Skip to content

Commit

Permalink
Compile using 'make' as a test for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zluudg committed Nov 12, 2024
1 parent 0b81c62 commit ed7af72
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 ed7af72

Please sign in to comment.