chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.3.107 to 1.5.116 #415
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
commit_message: ":robot: pnpm lint [skip ci]" | |
- run: pnpm test |