Skip to content

flux-image-automation-controller/0.37.0 package update #22011

flux-image-automation-controller/0.37.0 package update

flux-image-automation-controller/0.37.0 package update #22011

Workflow file for this run

name: Wolfictl Lint
on:
pull_request:
branches: ['main']
push:
branches:
- gh-readonly-queue/main/**
jobs:
lint:
name: Wolfictl Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Lint
id: lint
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:1bb5c516c1e5a0d396868ba68912000f41b4821c5fadbb0176cd7af271c07d16
with:
entrypoint: wolfictl
args: lint --skip-rule no-makefile-entry-for-package
- name: Enforce YAML formatting
id: lint-yaml
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:1bb5c516c1e5a0d396868ba68912000f41b4821c5fadbb0176cd7af271c07d16
with:
entrypoint: wolfictl
args: lint yam