We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05c7f4a + b423083 commit a206b64Copy full SHA for a206b64
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @dnstapir/core
.github/workflows/pr.yml
@@ -0,0 +1,15 @@
+name: CI
2
+on:
3
+ pull_request:
4
+ branches:
5
+ - main
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Test build before merge
11
+ uses: actions/checkout@v2
12
+
13
+ - name: Test build
14
+ run: |
15
+ make
0 commit comments