Skip to content

Commit

Permalink
Add GitHub Action to run make ci on PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
  • Loading branch information
nrb committed Dec 17, 2019
1 parent fc0aa4e commit 5db263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- name: Check out the code
uses: actions/checkout@v1

- name: make ci
- name: Make ci
run: make ci

0 comments on commit 5db263e

Please sign in to comment.