Skip to content

Commit

Permalink
try another clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 22, 2023
1 parent 28dd479 commit 4b88490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- run: cargo run --bin cr calcit/editor/compact.cirru --once
- run: cargo run --bin cr calcit/test.cirru --once

- uses: actions-rs/clippy-check@v1
- uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
reporter: 'github-pr-review'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: "try js"
run: >
Expand Down

0 comments on commit 4b88490

Please sign in to comment.