Skip to content

Merge pull request #538 from lumaxis/update-eslint #9

Merge pull request #538 from lumaxis/update-eslint

Merge pull request #538 from lumaxis/update-eslint #9

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test