Skip to content

workflow

workflow #1

Workflow file for this run

name: workflow
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make setup
- run: make test
- run: make lint