Skip to content

Validate all items in a collection rather than stopping at the first validation failure. #25

Validate all items in a collection rather than stopping at the first validation failure.

Validate all items in a collection rather than stopping at the first validation failure. #25

Workflow file for this run

name: PRs
on:
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.gitignore"
- "**/*.gitattributes"
workflow_dispatch:
jobs:
build:
name: Build & Test PR
uses: ./.github/workflows/_build.yml