Skip to content

chore: remove reach/auto-id #6596

chore: remove reach/auto-id

chore: remove reach/auto-id #6596

Workflow file for this run

name: Push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
node-version: 18
command: format:verify
lint:
strategy:
fail-fast: false
matrix:
command: ['lint', 'verify']
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
node-version: 18
command: build
- run: yarn ${{ matrix.command }}
on:
push:
branches:
- main
pull_request: