Skip to content

chore(deps): update eslint and prettier (major) #345

chore(deps): update eslint and prettier (major)

chore(deps): update eslint and prettier (major) #345

Workflow file for this run

name: PullRequest CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Lint
run: npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Typecheck
run: npm run typecheck