Skip to content

added berg 0.3.5: new package #11780

added berg 0.3.5: new package

added berg 0.3.5: new package #11780

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