Skip to content

fix: snok/container-retention-policy params after new major release #195

fix: snok/container-retention-policy params after new major release

fix: snok/container-retention-policy params after new major release #195

Workflow file for this run

---
name: CI
on:
pull_request: {}
push:
branches:
- main
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint-filenames:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: batista/lint-filenames@d6b5131a8d409324b6daf71ead679b7fab6384e7 # v2.0.0
name: Validating .yaml file extension on all workflow files
with:
path: "./.github/workflows"
pattern: "\\.yaml$"