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.
2 parents 087a848 + 5cd4d88 commit c7be2aeCopy full SHA for c7be2ae
.github/workflows/rust.yml
@@ -23,7 +23,7 @@ permissions:
23
contents: read
24
25
jobs:
26
- rust-check:
+ rust-code:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
@@ -43,6 +43,13 @@ jobs:
43
run: |
44
cargo clippy --fix
45
git diff --exit-code
46
+ rust-codegen:
47
+ runs-on: ubuntu-latest
48
+ steps:
49
+ - name: Checkout
50
+ uses: actions/checkout@v4
51
+ - name: Install CodeQL
52
+ uses: ./.github/actions/fetch-codeql
53
- name: Code generation
54
shell: bash
55
0 commit comments