Skip to content

Commit 13c8179

Browse files
authored
Fix YAML formatting for permissions in CI workflow
1 parent fa0167e commit 13c8179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13-
permissions: {}
13+
permissions: {}
1414

1515
jobs:
1616
poetry-checks:

0 commit comments

Comments
 (0)