Skip to content

Upgrade to ESLint v9 #13

Upgrade to ESLint v9

Upgrade to ESLint v9 #13

Workflow file for this run

name: Test
on:
push:
branches: [main]
paths-ignore:
- '*.md'
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- run: make test