Skip to content

Commit

Permalink
- Add GitHub files
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jun 30, 2022
1 parent 500c29f commit 9ebd79a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: https://www.dns-oarc.net/donate
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- run: go build -v

0 comments on commit 9ebd79a

Please sign in to comment.