Skip to content

step &co. all use more sensible names now #89

step &co. all use more sensible names now

step &co. all use more sensible names now #89

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make
- name: Run check
run: make test