Skip to content

Commit

Permalink
fix job name & update format perms
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Dec 11, 2023
1 parent 62356af commit 03ba773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ on:
branches: [main]
workflow_call:

permissions:
actions: write
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 03ba773

Please sign in to comment.