Skip to content

add github actions

add github actions #1

Workflow file for this run

name: Build test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build images
uses: make build