We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ac96 commit 53052b2Copy full SHA for 53052b2
2 files changed
.github/workflows/check.yml
@@ -6,6 +6,9 @@ on:
6
merge_group:
7
branches:
8
- main
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
rustfmt:
14
name: rustfmt
.github/workflows/release-plz.yml
concurrency:
group: "${{ github.workflow }}"
cancel-in-progress: true
release-plz:
name: release-plz
0 commit comments