Skip to content

Commit

Permalink
Check for branch protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jan 15, 2025
1 parent e50030d commit 8f378d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
workflow_dispatch:

jobs:
branch-protection:
runs-on: ubuntu-latest
clippy:
strategy:
matrix:
Expand Down Expand Up @@ -140,3 +142,7 @@ jobs:
- name: Run error_packet
run: ./target/debug/examples/error_packet
# nl80211 not included due to no wireless interfaces on test machines

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

0 comments on commit 8f378d0

Please sign in to comment.