Skip to content

Use command strings from cdh instead of numbers for command handling #11

Use command strings from cdh instead of numbers for command handling

Use command strings from cdh instead of numbers for command handling #11

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
make fmt
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Typecheck
run: |
make typecheck