Skip to content

adds a patch to use sha256 instead of md5 #30751

adds a patch to use sha256 instead of md5

adds a patch to use sha256 instead of md5 #30751

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
if: github.repository == 'wolfi-dev/os'
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: wolfi-dev/actions/wolfictl-lint@main