Skip to content

Commit

Permalink
Specifying toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 15, 2024
1 parent 4236a2d commit 06b86b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validator Checks
on:
pull_request: {}
workflow_dispatch:
jobs:
main:
name: Validate and Check
Expand All @@ -12,10 +13,14 @@ jobs:
matrix:
include:
- source: index.html
TOOLCHAIN: respec
- source: accname/index.html
TOOLCHAIN: respec
- source: core-aam/index.html
TOOLCHAIN: respec
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: ${{ matrix.source }}
TOOLCHAIN: ${{ matrix.TOOLCHAIN }}

0 comments on commit 06b86b1

Please sign in to comment.