Skip to content

Add an /issues page and basic /explain page. #33

Add an /issues page and basic /explain page.

Add an /issues page and basic /explain page. #33

Workflow file for this run

name: moq.js
on:
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm install
- name: build
run: npm run build
- name: lint
run: npm run lint
- name: test
run: npm run test