Skip to content

chore(deps): bump the production-dependencies group with 66 updates #564

chore(deps): bump the production-dependencies group with 66 updates

chore(deps): bump the production-dependencies group with 66 updates #564

Workflow file for this run

name: Push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v2
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ['format:verify', 'lint', 'verify']
on: push