Skip to content

mod

mod #282

Workflow file for this run

name: check on push
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make test
run: make test
- name: make count
run: make count