Skip to content

Bump eslint-config-turbo from 1.9.4 to 1.10.13 #48

Bump eslint-config-turbo from 1.9.4 to 1.10.13

Bump eslint-config-turbo from 1.9.4 to 1.10.13 #48

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main', 'develop']
pull_request:
branches: ['main', 'develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
# TODO: - run: pnpm build
# TODO: - run: pnpm check
# TODO: Replace with `- run: pnpm lint`.
- run: pnpm prettier --plugin-search-dir . --check .