Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 4.16.0 to 7.0.0 #513

chore(deps): bump stefanzweifel/git-auto-commit-action from 4.16.0 to 7.0.0

chore(deps): bump stefanzweifel/git-auto-commit-action from 4.16.0 to 7.0.0 #513

name: Test on Pull Requests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
concurrency: ${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.6.0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- name: commit linting changes
uses: stefanzweifel/git-auto-commit-action@v7.0.0
with:
commit_message: ":robot: pnpm lint [skip ci]"
- run: pnpm test