Skip to content

Commit c609df5

Browse files
committed
ci: add checkout step to devenv tests
1 parent 7976662 commit c609df5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeChecks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53+
- name: Checkout
54+
uses: actions/checkout@v5
55+
5356
- uses: cachix/install-nix-action@v31
5457
with:
5558
github_access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)