Skip to content

feat(wifi_iot): add support for WPA3 and explicit WPA2 security types #375

feat(wifi_iot): add support for WPA3 and explicit WPA2 security types

feat(wifi_iot): add support for WPA3 and explicit WPA2 security types #375

Workflow file for this run

# Lint PR title
name: pr_title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}