diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 000000000..f8d62fd8e --- /dev/null +++ b/.github/workflows/pr.yml @@ -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 }} diff --git a/accname/index.html b/accname/index.html index 815babde6..0c4ccf4d9 100644 --- a/accname/index.html +++ b/accname/index.html @@ -18,7 +18,7 @@ specStatus: "ED", //crEnd: "2012-04-30", //perEnd: "2013-07-23", - //publishDate: "2013-08-22", + publishDate: "2024-07-01", // the specifications short name, as in https://www.w3.org/TR/short-name/ shortName: "accname-1.2", diff --git a/index.html b/index.html index b887e641d..0385f5497 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ specStatus: "ED", //crEnd: "2012-04-30", //perEnd: "2013-07-23", - //publishDate: "2024-01-23", + publishDate: "2024-07-01", // the specifications short name, as in https://www.w3.org/TR/short-name/ shortName: "wai-aria-1.3",