Skip to content

Bind: README.md: Fixed bad documentation for Zones - Dynamic #619

Bind: README.md: Fixed bad documentation for Zones - Dynamic

Bind: README.md: Fixed bad documentation for Zones - Dynamic #619

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Env
run: |
cp .env.dist .env
- name: Set up system
uses: ./.manala/github/system/setup
- name: Lint
run: |
make lint VERBOSE=1