Add WCAG 2.2 and EN 301 549 data, update to VPAT 2.5, refactor Librarian #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenACR Export | |
on: | |
pull_request: | |
jobs: | |
build-test: | |
name: Building app and generate export of all reports including the data table. | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source. | |
uses: actions/checkout@v2 | |
- name: Download output. | |
uses: actions/upload-artifact@v2 | |
with: | |
name: openacr-export | |
path: | | |
openacr/*.html | |
openacr/*.css | |
openacr/*.js | |
openacr/*.markdown | |
openacr/*.yaml | |
openacr/uswds | |
catalog/2.4-edition-wcag-2.0-508-en.yaml | |
catalog/2.4-edition-wcag-2.1-508-en.yaml |