Skip to content

Add CI

Add CI #1

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check syntax
run: make check
- name: Generate output formats
run: make json