Skip to content

Update README.md (#3) #4

Update README.md (#3)

Update README.md (#3) #4

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: Install dependencies
run: make dependencies
- name: build
run: make build