Skip to content

chore: polishing tiles config + add extra linting (more golangci-linters + hadolint) #3

chore: polishing tiles config + add extra linting (more golangci-linters + hadolint)

chore: polishing tiles config + add extra linting (more golangci-linters + hadolint) #3

Workflow file for this run

---
name: lint (docker)
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
Dockerfile
sparse-checkout-cone-mode: false
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile