Skip to content

Commit

Permalink
Fix trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 29, 2024
1 parent 55b2d5b commit 8b85b64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:
spell_check:
name: Spell Check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:
spell_check:
name: Spell check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Rust CI
on:
workflow_call:

permissions: read-all

jobs:
test:
name: Rust
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Spell Check
on:
workflow_call:

permissions: read-all

jobs:
spell-check:
name: Spell Check
Expand Down

0 comments on commit 8b85b64

Please sign in to comment.