diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4378424..8e9e087 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,8 +19,10 @@ jobs: run: "nix flake check --all-systems" all-required-checks-complete: + if: ${{ always() }} runs-on: "ubuntu-latest" steps: - - run: "echo \"All required checks complete.\"" - needs: - - "flake-check" + - uses: Smaug123/all-required-checks-complete-action@05b40a8c47ef0b175ea326e9abb09802cb67b44e + with: + needs-context: ${{ toJSON(needs) }} + needs: [ "flake-check" ]