Skip to content

Merge branch 'jh-eslint-config-fixes' into cass-gm-1087 #710

Merge branch 'jh-eslint-config-fixes' into cass-gm-1087

Merge branch 'jh-eslint-config-fixes' into cass-gm-1087 #710

Workflow file for this run

name: Push
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/yarn
- run: yarn ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ['format:verify', 'lint', 'verify']