We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758647 commit 48abae8Copy full SHA for 48abae8
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
env:
12
CARGO_TERM_COLOR: always
13
14
+permissions: {}
15
+
16
jobs:
17
llvm:
18
uses: ./.github/workflows/llvm.yml
.github/workflows/llvm.yml
@@ -6,6 +6,8 @@ on:
6
cache-key:
7
value: ${{ jobs.llvm.outputs.cache-key }}
8
9
10
runs-on: ubuntu-22.04
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
release:
5
types: [published]
0 commit comments