Skip to content

Commit

Permalink
Add Build Action
Browse files Browse the repository at this point in the history
  • Loading branch information
dparrish authored Aug 21, 2019
1 parent 6a3b2f9 commit 0df754c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C CI

on:
push:
branches:
- stable
pull_request:
branches:
- stable

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: make
run: make

0 comments on commit 0df754c

Please sign in to comment.