Skip to content

Commit

Permalink
Merge pull request #8 from zluudg/leon/mgmtcli-issue-7/pr-compilation…
Browse files Browse the repository at this point in the history
…-check

Compile using 'make' as a test for PRs
  • Loading branch information
johanix authored Nov 13, 2024
2 parents 05c7f4a + b423083 commit a206b64
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 a206b64

Please sign in to comment.