shared-actions/.forgejo/workflows/pr-check-shared-actions.yml
Michael Seele dcb17b88bf
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 34s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m2s
chore: use the workflow standards
2026-05-22 09:57:52 +00:00

20 lines
551 B
YAML

name: validate-shared-actions
on:
pull_request:
permissions:
contents: read
jobs:
validate-shared-actions:
runs-on: stackit-ubuntu-22
steps:
- name: Checkout
uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1
- name: Validate shared action metadata
uses: docker://data.forgejo.org/forgejo/runner:12
with:
entrypoint: /bin/sh
args: -ec "find . -mindepth 2 -maxdepth 2 -name action.yml -exec forgejo-runner validate --action --path {} \\;"