Skip to content

chore(deps-dev): bump the development-dependencies group with 15 updates #561

chore(deps-dev): bump the development-dependencies group with 15 updates

chore(deps-dev): bump the development-dependencies group with 15 updates #561

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