Skip to content

Commit

Permalink
ci(trunk): fix failing check
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Feb 12, 2024
1 parent e1a04f7 commit dddab2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit dddab2c

Please sign in to comment.