Switch to bk_wlan_start_sta_adv for specific bssid control. #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push (dev), Pull Request | |
on: | |
push: | |
branches: ["**"] | |
pull_request: | |
jobs: | |
lint-clang: | |
name: Run Clang lint | |
uses: kuba2k2/kuba2k2/.github/workflows/lint-clang.yml@master | |
lint-python: | |
name: Run Python lint | |
uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master |