feat: rework network provider using netdev
crate; add signal strength + SSID on Windows
#38
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: PR title check | |
on: | |
pull_request: | |
types: [opened, edited, synchronize, reopened] | |
permissions: | |
pull-requests: write | |
jobs: | |
pr-title-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: glzr-io/actions/semantic-prs@main | |
with: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} |