Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

feat: support RC versions in templates #363

feat: support RC versions in templates

feat: support RC versions in templates #363

Workflow file for this run

on:
pull_request:
paths:
- '**/action.yml'
- '**/action.yaml'
- '**/.github/workflows/*.yml'
- '**/.github/workflows/*.yaml'
name: Check YAML
jobs:
check-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/render-templates
- uses: pl-strflt/validate-yaml-schema@v1
with:
yamlSchemasJson: |
{
"https://json.schemastore.org/github-action.json": ["**/action.yml", "**/action.yaml"],
"https://json.schemastore.org/github-workflow.json": ["**/.github/workflows/*.yml", "**/.github/workflows/*.yaml"]
}