We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7976662 commit c609df5Copy full SHA for c609df5
1 file changed
.github/workflows/codeChecks.yml
@@ -50,6 +50,9 @@ jobs:
50
runs-on: ubuntu-latest
51
52
steps:
53
+ - name: Checkout
54
+ uses: actions/checkout@v5
55
+
56
- uses: cachix/install-nix-action@v31
57
with:
58
github_access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments