Skip to content

Commit

Permalink
ci: fixed clippy job (finally?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 13, 2024
1 parent 44afa29 commit d985fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
rustup toolchain install nightly
rustup component add --toolchain nightly clippy
- name: Install node dependencies
run: npm install

- name: Build aw-webui
run: |
make build
Expand Down

0 comments on commit d985fc5

Please sign in to comment.