Install clippy during Actions
All checks were successful
Run Tests on Code / run-tests (push) Successful in 33s

This commit is contained in:
Neshura 2023-12-19 22:21:52 +01:00
parent 1f10a39db1
commit c6297b9157
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,9 @@ jobs:
- -
name: Installing Node name: Installing Node
run: apt update && apt install -y nodejs run: apt update && apt install -y nodejs
-
name: Add Clippy
run: rustup component add clippy
- -
name: Checking Out Repository Code name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -15,6 +15,9 @@ jobs:
- -
name: Installing Node name: Installing Node
run: apt update && apt install -y nodejs run: apt update && apt install -y nodejs
-
name: Add Clippy
run: rustup component add clippy
- -
name: Checking Out Repository Code name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v3