Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Sep 22, 2024
1 parent c03377e commit 156e824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ on:
- master
pull_request: {}

concurrency:
concurrency:
group: ${{ format('{0}/{1}', github.repository_owner, github.ref) }}
cancel-in-progress: true

permissions:
contents: read
packages: write
attestations: write
id-token: write

jobs:
lint:
Expand Down

0 comments on commit 156e824

Please sign in to comment.