Skip to content

cmit_10_29_2023_9:42:AM_phuongtrieu97coder (#3798) #355

cmit_10_29_2023_9:42:AM_phuongtrieu97coder (#3798)

cmit_10_29_2023_9:42:AM_phuongtrieu97coder (#3798) #355

Workflow file for this run

name: Push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ["compile", "format:verify", "lint:js", "lint:md", "test"]
on:
push:
branches:
- main
pull_request: