Skip to content

feat(PreviewTip): add preview tip #5640

feat(PreviewTip): add preview tip

feat(PreviewTip): add preview tip #5640

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: