Skip to content

Merge pull request #54 from iambumblehead/update-eslint #4

Merge pull request #54 from iambumblehead/update-eslint

Merge pull request #54 from iambumblehead/update-eslint #4

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
node-version: 22
- run: npm install
- run: npm test