Skip to content

Merge branch 'main' of github.com:jauderho/dnscontrol-action #18

Merge branch 'main' of github.com:jauderho/dnscontrol-action

Merge branch 'main' of github.com:jauderho/dnscontrol-action #18

Workflow file for this run

---
on: push
name: build
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: ShellCheck
run: shellcheck entrypoint.sh
- name: Build image
uses: docker/build-push-action@v5