Skip to content

test CI

test CI #5864

Workflow file for this run

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

Check failure on line 26 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
steps:
- uses: Codecademy/[email protected]
with:
node-version: 16
command: build
- run: yarn ${{ matrix.command }}
on:
push:
branches:
- main
pull_request: