Skip to content

feat:add external dnsrecord schema (#20) #15

feat:add external dnsrecord schema (#20)

feat:add external dnsrecord schema (#20) #15

Workflow file for this run

---
name: 'Lint'
on:
- 'pull_request'
- 'push'
jobs:
eclint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'snow-actions/[email protected]'
shellcheck:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
# TODO: Lint `*.bats`
- uses: 'ludeeus/[email protected]'
yamllint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'ibiqlik/action-yamllint@v1'
with:
file_or_dir: 'test/'