Skip to content

q 0.12.0: new version and updated build instructions #10529

q 0.12.0: new version and updated build instructions

q 0.12.0: new version and updated build instructions #10529

name: Wolfictl Check Updates
on:
pull_request:
branches: ['main']
push:
branches:
- gh-readonly-queue/main/**
jobs:
lint:
name: Wolfictl Check Updates
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Get changed files
id: files
uses: tj-actions/changed-files@210cc839c24f532fe4fbf510b7b3314ca9a2b90b # v35.5.1
with:
separator: ' '
files: "*.yaml"
files_ignore: ".yam.yaml"
- name: Check
id: check
if: ${{ steps.files.outputs.all_changed_files != '' }}
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:2525a165318ed14103d89a4d9e4adab449c241c7e41a221a128e45c8dbf75f37
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: wolfictl
args: check update ${{ steps.files.outputs.all_changed_files }}