Skip to content

Commit a98e6e8

Browse files
authored
Merge pull request #4 from hhatto/update-packages
Update packages
2 parents 285de26 + 22c2d04 commit a98e6e8

File tree

4 files changed

+284
-326
lines changed

4 files changed

+284
-326
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
2323
- name: Clippy
24-
uses: actions-rs/clippy-check@v1
25-
with:
26-
token: ${{ secrets.GITHUB_TOKEN }}
27-
args: --all-targets --all-features -- -D warnings
24+
run: cargo clippy --message-format=json --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)