Skip to content

github CI actions: makefile.yml #1

github CI actions: makefile.yml

github CI actions: makefile.yml #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build sdist
run: make sdist