Skip to content

Adding CI build

Adding CI build #2

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: test
run: make grade VERBOSE=true