Skip to content

re-enable tests by getting rid of assert.fail and use throw Error #102

re-enable tests by getting rid of assert.fail and use throw Error

re-enable tests by getting rid of assert.fail and use throw Error #102

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
paths:
- 'scripts/**'
- 'config/**'
pull_request:
branches: [ main ]
paths:
- 'scripts/**'
- 'config/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
env:
GITHUB_TOKEN: ${{ github.token }}
TERM: xterm-256color