Skip to content

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates #4905

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates #4905

Workflow file for this run

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