Skip to content

Merge pull request #10335 from wolfi-dev/wolfictl-038fbf6c-0945-4694-… #23499

Merge pull request #10335 from wolfi-dev/wolfictl-038fbf6c-0945-4694-…

Merge pull request #10335 from wolfi-dev/wolfictl-038fbf6c-0945-4694-… #23499

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:ef58db775e9830f28dab689c060348df67f750216dd20ec31a6ae3949cc118dc
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:ef58db775e9830f28dab689c060348df67f750216dd20ec31a6ae3949cc118dc
with:
entrypoint: wolfictl
args: lint yam