Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
/ mc-dev Public archive

first commit

first commit #1

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test