Skip to content

Commit b2b4961

Browse files
committed
fix: checkout sources before running action
1 parent cb59c3e commit b2b4961

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-bed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
ktlint:
12+
test:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout sources
16+
uses: actions/checkout@v4
1517
- name: Run GH action
1618
uses: ./.github/actions/sync-feature-branches
1719
with:

0 commit comments

Comments
 (0)