Skip to content

q/0.12.0 package update #11768

q/0.12.0 package update

q/0.12.0 package update #11768

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@v3
- name: Lint
id: lint
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:2525a165318ed14103d89a4d9e4adab449c241c7e41a221a128e45c8dbf75f37
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:2525a165318ed14103d89a4d9e4adab449c241c7e41a221a128e45c8dbf75f37
with:
entrypoint: wolfictl
args: lint yam