Install clippy during Actions
All checks were successful
Run Tests on Code / run-tests (push) Successful in 33s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 33s
This commit is contained in:
parent
1f10a39db1
commit
c6297b9157
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,9 @@ jobs:
|
|||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
|
@ -15,6 +15,9 @@ jobs:
|
|||
-
|
||||
name: Installing Node
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Add Clippy
|
||||
run: rustup component add clippy
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue