Skip to content

Merge pull request #1 from savaughn/github-actions #1

Merge pull request #1 from savaughn/github-actions

Merge pull request #1 from savaughn/github-actions #1

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Build Project
run: |
make
- name: Clean Up
run: |
make clean