Skip to content

Commit 43728b3

Browse files
committed
add checkout
1 parent 507eac3 commit 43728b3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests-command.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
run-format-fix:
3434
runs-on: ubuntu-latest
3535
steps:
36+
- name: Checkout code
37+
uses: actions/checkout@v4
38+
with:
39+
fetch-depth: 1
40+
3641
- name: Run `poe format-fix` [Poe Command Processor]
3742
uses: ./
3843
with:

0 commit comments

Comments
 (0)