Skip to content

Commit

Permalink
Merge pull request #2625 from w3c/echidna-for-fxl
Browse files Browse the repository at this point in the history
Enabling echidna for fxl a11y
  • Loading branch information
wareid committed Jun 11, 2024
2 parents df2789d + 1de83cb commit 436099a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/epub-fxl-a11y
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# .github/workflows/epub-fxl-a11y.yml
name: CI (EPUB FXL A11Y)
on:
pull_request:
paths:
- "epub33/fxl-a11y/**"
- "epub33/common/**"
push:
branches: [main]
paths:
- "epub33/fxl-a11y/**"
- "epub33/common/**"
jobs:
main:
name: Publish EPUB Fixed Layout Accessibility
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
SOURCE: epub33/fxl-a11y/
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_FXL_A11Y }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-pm-wg/2023Oct/0028.html
W3C_BUILD_OVERRIDE: |
shortName: epub-fxl-a11y
specStatus: NOTE

0 comments on commit 436099a

Please sign in to comment.