Skip to content

minor script tweaks (#163) #706

minor script tweaks (#163)

minor script tweaks (#163) #706

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- run: npm run lint
- run: npm run test:ci