Skip to content

Run make build

Run make build #2

Workflow file for this run

name: build
run-name: Run `make build`
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build