This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
fix(deps): update typescript-eslint monorepo to v6.12.0 (#397) #1013
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: Linting | |
on: | |
push: | |
branches: [main, dev] | |
pull_request: | |
branches: [main, dev] | |
workflow_dispatch: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Setup Environment | |
uses: ./.github/actions/setup | |
- name: Testing | |
run: pnpm test | |
- name: Run Checking | |
run: pnpm lint |