chore(deps): update dependency pnpm to v9.14.2 (#258) #260
This file contains 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: Lint | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
push: | |
branches: | |
- main | |
- 'renovate/**' | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/pnpm | |
- name: Run oxlint | |
run: npx oxlint --config=oxlint.json --tsconfig=tsconfig.json | |
- name: Run eslint | |
run: npx eslint --flag unstable_ts_config |