Skip to content

Commit 1cf7ef2

Browse files
committed
ci: checkout code
1 parent c8b9748 commit 1cf7ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
outputs:
3838
skip: ${{ steps.get-should-skip.outputs.should-skip }}
3939
steps:
40+
- name: Checkout repository
41+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4042
- name: Compute whether to skip builds and tests
4143
id: get-should-skip
4244
env:

0 commit comments

Comments
 (0)