Skip to content

Lock file maintenance #994

Lock file maintenance

Lock file maintenance #994

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test