Skip to content

Commit

Permalink
Eliminate the last actions-rs Actions dependencies. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Mar 23, 2023
1 parent 4044ae7 commit 1e2de4c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,13 @@ jobs:

- uses: Swatinem/rust-cache@v2

- uses: r7kamura/rust-problem-matchers@v1

- name: cargo clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-features --all-targets -- -D warnings -Dclippy::print_stdout -Dclippy::print_stderr -Dclippy::dbg_macro --allow deprecated
run: cargo clippy --workspace --all-features --all-targets -- -D warnings -Dclippy::print_stdout -Dclippy::print_stderr -Dclippy::dbg_macro --allow deprecated

- name: cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
run: cargo fmt -- --check

- name: cargo doc
env:
Expand Down

0 comments on commit 1e2de4c

Please sign in to comment.