Skip to content

Commit 5a0d62c

Browse files
Adding checkout to action
1 parent b7588c5 commit 5a0d62c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
code:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Checkout repository
24+
uses: actions/checkout@v4.2.2
25+
2326
- name: Build and run dev container task
2427
uses: devcontainers/ci@v0.3
2528
with:

0 commit comments

Comments
 (0)