index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-03-05 20:40:20.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-03-05 20:40:20.0 +00:00:00
commit
db063e45ab8ae4bb3a9178b06b2ac103087dae55 [patch]
tree
e10dcad43d7de02ee7b31b45c5c09e9507491c62
parent
22123c1b31b0ff6dc1948a7b07ad14a6b1524280
download
db063e45ab8ae4bb3a9178b06b2ac103087dae55.tar.gz

refactor: replace unmaintained actions-rs/clippy-check on ci

clippy check is now performed via dtolnay/rust-toolchain@stable

Diff

 .github/workflows/devel.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index c8b0d03..6b90ace 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -178,7 +178,5 @@ jobs:
        cargo fmt --all -- --check

    - name: Check via Clippy
      uses: actions-rs/clippy-check@v1
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        args: --all-features -- -D warnings
      run: |
        cargo clippy --all-features -- -D warnings