From 1ac6c3e1d83c343ef9b1beb9f599491a9415f580 Mon Sep 17 00:00:00 2001 From: Alex Root-Roatch Date: Thu, 9 Jul 2026 16:06:28 -0500 Subject: [PATCH] ci: self-test caller exercising the reusable workflow --- .github/workflows/self-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/self-test.yml diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml new file mode 100644 index 0000000..6128ab6 --- /dev/null +++ b/.github/workflows/self-test.yml @@ -0,0 +1,12 @@ +name: Self Test +on: + pull_request: {} + push: + branches: [ master ] +jobs: + security: + uses: ./.github/workflows/security.yml + # no inputs: exercises defaults. This repo has no src/ or bin/, so + # clj-kondo and shellcheck must SKIP gracefully (portability guard test); + # gitleaks / clj-holmes / semgrep run against the repo tree. + secrets: inherit