Skip to content

chore(deps): bump marked from 0.7.0 to 4.3.0 #4310

chore(deps): bump marked from 0.7.0 to 4.3.0

chore(deps): bump marked from 0.7.0 to 4.3.0 #4310

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: