Skip to content

Commit

Permalink
Merge pull request #17462 from github/redsun82/rust-codegen-codeql
Browse files Browse the repository at this point in the history
Rust: fetch `codeql` prior to checking `codegen`
  • Loading branch information
redsun82 authored Sep 13, 2024
2 parents 087a848 + 5cd4d88 commit c7be2ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
contents: read

jobs:
rust-check:
rust-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -43,6 +43,13 @@ jobs:
run: |
cargo clippy --fix
git diff --exit-code
rust-codegen:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CodeQL
uses: ./.github/actions/fetch-codeql
- name: Code generation
shell: bash
run: |
Expand Down

0 comments on commit c7be2ae

Please sign in to comment.