Skip to content

Merge pull request #131 from hyparam/add-eslint-rule #7

Merge pull request #131 from hyparam/add-eslint-rule

Merge pull request #131 from hyparam/add-eslint-rule #7

Workflow file for this run

name: root
on:
push:
paths:
- '*'
- 'test/**'
- '.github/workflows/ci_root.yml'
- 'eslint.config.js'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run test