Skip to content

Commit 5d694d0

Browse files
committed
💚 git add .
1 parent f491d39 commit 5d694d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/fix.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
cache: pnpm
2525
- run: pnpm install
2626
- run: pnpm run lint:fix
27+
- run: |
28+
git add .
29+
git status
2730
2831
- uses: qoomon/actions--create-commit@v1
2932
id: actions--create-commit

0 commit comments

Comments
 (0)