Skip to content

update workflows

update workflows #5

Workflow file for this run

name: build and test on push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make