Skip to content

Updates to make testing happy #82

Updates to make testing happy

Updates to make testing happy #82

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and cache dependencies
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint