Skip to content

ci(publish): build linux/amd64 exclusively (#23) #45

ci(publish): build linux/amd64 exclusively (#23)

ci(publish): build linux/amd64 exclusively (#23) #45

Workflow file for this run

name: Lint Dockerfiles
on:
workflow_dispatch:
pull_request:
push:
branches:
- coatl
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true
verbose: true