13 lines
270 B
YAML
13 lines
270 B
YAML
name: dns/synthetic build test
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
jobs:
|
|
test:
|
|
runs-on: fritzlab
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: https://code.fritzlab.net/action/image-build@v1
|
|
with:
|
|
image: code.fritzlab.net/dns/synthetic
|