Skip to content

Commit

Permalink
Try pr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 15, 2024
1 parent 39df804 commit 4236a2d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Validator Checks
on:
pull_request: {}
jobs:
main:
name: Validate and Check
runs-on: ubuntu-20.04
permissions:
contents: write
strategy:
max-parallel: 1
matrix:
include:
- source: index.html
- source: accname/index.html
- source: core-aam/index.html
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: ${{ matrix.source }}

0 comments on commit 4236a2d

Please sign in to comment.