diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0934d..55e3cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,23 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: Tim-Pohlmann/Dolphin@v1 + - uses: ./ + + validate-action: + name: Validate action.yml + runs-on: ubuntu-latest + permissions: + contents: read + + steps: + - uses: actions/checkout@v4 + - name: action-validator + uses: mpalmer/action-validator@c994f427b7c42cd5ecb1bc9315cb91c3d7d72e3d # main @ 2026-04-08 + with: + version: "0.9.0" + patterns: | + action.yml + .github/workflows/*.yml analyze: name: Analyze diff --git a/action.yml b/action.yml index b951fa7..d849207 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: required: false default: '' fail-on: - description: Lowest severity that causes a non-zero exit: error, warning, or info + description: "Lowest severity that causes a non-zero exit: error, warning, or info" required: false default: error runs: