We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be04529 + 371409f commit 7e4c78cCopy full SHA for 7e4c78c
.github/workflows/test-on-pull-request.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: pnpm install --frozen-lockfile
19
- run: pnpm lint
20
- name: commit linting changes
21
- uses: stefanzweifel/git-auto-commit-action@v4.14.1
+ uses: stefanzweifel/git-auto-commit-action@v4.16.0
22
with:
23
commit_message: ":robot: pnpm lint [skip ci]"
24
- run: pnpm test
0 commit comments