diff --git a/.forgejo/workflows/build+release.yml b/.forgejo/workflows/build+release.yml index de71296..537c486 100644 --- a/.forgejo/workflows/build+release.yml +++ b/.forgejo/workflows/build+release.yml @@ -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 diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 5cd6caa..2d9723b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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