Skip to content

Better adminLog and reports #4

Better adminLog and reports

Better adminLog and reports #4

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm ci
- name: Lint
run: npm run -s lint
- name: Typecheck
run: npm run -s typecheck