TEST
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name: Build Coredns with netboxdns plugin
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Build
|
||||
run: ./ci/build.sh
|
||||
Reference in New Issue
Block a user