Skip to content

Creates a new package for confluent kafka #30691

Creates a new package for confluent kafka

Creates a new package for confluent kafka #30691

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