1
0
mirror of https://github.com/D4M13N-D3V/neroshitron.git synced 2025-03-14 10:05:04 +00:00

14 lines
245 B
YAML

name: on-pr
on: [pull_request]
jobs:
unit-test:
runs-on: [Ubuntu-Latest]
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run tests
run: npm run test