Skip to content

add SETUP.md file for sysadmin crap #45

add SETUP.md file for sysadmin crap

add SETUP.md file for sysadmin crap #45

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test