Skip to content

Merge pull request #801 from jonobr1/306-hit-testing #491

Merge pull request #801 from jonobr1/306-hit-testing

Merge pull request #801 from jonobr1/306-hit-testing #491

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout@v5
- uses: jonobr1/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint