Skip to content

chore: add dependabot cooldown #39

chore: add dependabot cooldown

chore: add dependabot cooldown #39

Workflow file for this run

name: lint
on: push
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Linting Dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: 'Dockerfile'