dnscontrol-action/.github/workflows/build.yml

18 lines
319 B
YAML
Raw Normal View History

2019-08-11 19:39:53 +08:00
---
on: push
name: build
2019-08-11 19:39:53 +08:00
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: ShellCheck
2019-10-12 23:28:08 +08:00
run: shellcheck entrypoint.sh