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 0b4ad5a commit b423083
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @dnstapir/core
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 b423083

Please sign in to comment.