Skip to content

CLI should return exit code != 0 on blocking error #200

CLI should return exit code != 0 on blocking error

CLI should return exit code != 0 on blocking error #200

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop, dependabot ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint