Skip to content

chore(deps-dev): bump lint-staged from 13.2.2 to 14.0.1 #417

chore(deps-dev): bump lint-staged from 13.2.2 to 14.0.1

chore(deps-dev): bump lint-staged from 13.2.2 to 14.0.1 #417

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
test: # make sure the action works on a clean machine without building
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
package-manager: pnpm
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/npm-workspace
package-manager: npm
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm