Skip to content

fix: prune logs older than 2 weeks (#371) #1421

fix: prune logs older than 2 weeks (#371)

fix: prune logs older than 2 weeks (#371) #1421

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/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008