Skip to content

Migrate ESLint to the latest config style #62

Migrate ESLint to the latest config style

Migrate ESLint to the latest config style #62

Workflow file for this run

name: Tests
on:
push:
paths-ignore: ['docs/**', '*.md']
pull_request:
paths-ignore: ['docs/**', '*.md']
branches: [master]
schedule:
- cron: '0 6 * * 6'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm test