Skip to content

Commit

Permalink
fix: workflow issue in awesome workflow (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Nov 24, 2024
1 parent d1bb156 commit c851590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
MainSequence:
name: Code Formatter
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
issues: write
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
Expand Down

0 comments on commit c851590

Please sign in to comment.