Skip to content

Commit

Permalink
Merge pull request #22 from zluudg/leon/cli-issue-21/pr-compilation-c…
Browse files Browse the repository at this point in the history
…heck

Compile using 'make' as a test for PRs
  • Loading branch information
johanix authored Nov 13, 2024
2 parents 5f62fc4 + ed7af72 commit 2827b97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test build before merge
uses: actions/checkout@v2

- name: Test build
run: |
make

0 comments on commit 2827b97

Please sign in to comment.