Skip to content

add eslint

add eslint #4

Workflow file for this run

name: Tests
on:
pull_request_target:
push:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
environment: staging
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: npm ci && npm run build
- run: npm test