Skip to content

Commit c629bd5

Browse files
committed
[workflow] Fix lint?
1 parent d19bd3a commit c629bd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: build_and_test
4949
steps:
50+
- uses: actions/checkout@v4
51+
5052
- name: Setup rust
5153
run: rustup toolchain install --profile minimal -c rustfmt,clippy nightly && rustup default nightly
5254

0 commit comments

Comments
 (0)