Skip to content

Add optional /report reason and show it to admins (#171) #16

Add optional /report reason and show it to admins (#171)

Add optional /report reason and show it to admins (#171) #16

Workflow file for this run

name: Checks
on:
push:
branches:
- develop
pull_request:
branches:
- develop
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