Skip to content

chore: add CodeQL linting #7

chore: add CodeQL linting

chore: add CodeQL linting #7

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