Skip to content

Commit c7be2ae

Browse files
authored
Merge pull request github#17462 from github/redsun82/rust-codegen-codeql
Rust: fetch `codeql` prior to checking `codegen`
2 parents 087a848 + 5cd4d88 commit c7be2ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
jobs:
26-
rust-check:
26+
rust-code:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
@@ -43,6 +43,13 @@ jobs:
4343
run: |
4444
cargo clippy --fix
4545
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
4653
- name: Code generation
4754
shell: bash
4855
run: |

0 commit comments

Comments
 (0)