Skip to content

Commit

Permalink
Fix recommended github actions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Feb 20, 2025
1 parent 9e27c06 commit 7b85176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic/.github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ./.github/actions/setup
- run: pnpm codegen
- name: Check source state
run: git add packages/*/src && git diff-index --cached HEAD --exit-code packages/*/src
run: git add src && git diff-index --cached HEAD --exit-code src

types:
name: Types
Expand Down

0 comments on commit 7b85176

Please sign in to comment.