Skip to content

feat: allow specifying calibnet and/or mainnet snapshot for the daily… #1714

feat: allow specifying calibnet and/or mainnet snapshot for the daily…

feat: allow specifying calibnet and/or mainnet snapshot for the daily… #1714

Workflow file for this run

name: 'Hadolint Linting'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008,DL3018