Skip to content

Commit 7b85176

Browse files
authored
Fix recommended github actions (#67)
1 parent 9e27c06 commit 7b85176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/basic/.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/setup
2525
- run: pnpm codegen
2626
- name: Check source state
27-
run: git add packages/*/src && git diff-index --cached HEAD --exit-code packages/*/src
27+
run: git add src && git diff-index --cached HEAD --exit-code src
2828

2929
types:
3030
name: Types

0 commit comments

Comments
 (0)