Skip to content

Commit 45ec0ce

Browse files
committed
Add checkout
{craft} extensions: curl,ast sapi: cli,micro {/craft}
1 parent 1468bb9 commit 45ec0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
build_os: ${{ steps.parse_commit.outputs.build_os }}
1919
spc_prefix: ${{ steps.parse_commit.outputs.spc_prefix }}
2020
steps:
21+
- name: "Checkout"
22+
uses: actions/checkout@v4
23+
2124
- name: "Parse commit message"
2225
id: parse_commit
2326
run: |

0 commit comments

Comments
 (0)