We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65342df commit 603b280Copy full SHA for 603b280
.github/workflows/abi-cafe.yml
@@ -3,6 +3,8 @@ name: Abi-cafe
3
on:
4
- push
5
6
+permissions: {}
7
+
8
jobs:
9
abi_cafe:
10
runs-on: ${{ matrix.os }}
.github/workflows/main.yml
@@ -8,6 +8,8 @@ defaults:
run:
shell: bash
11
12
13
14
rustfmt:
15
runs-on: ubuntu-latest
.github/workflows/rustc.yml
@@ -3,6 +3,8 @@ name: Various rustc tests
bootstrap_rustc:
0 commit comments