Skip to content

Commit

Permalink
Merge pull request #4 from hhatto/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
hhatto committed Nov 29, 2023
2 parents 285de26 + 22c2d04 commit a98e6e8
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 326 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -D warnings
run: cargo clippy --message-format=json --all-targets --all-features -- -D warnings

0 comments on commit a98e6e8

Please sign in to comment.