From 4236a2d7a667fa52bd101cd985094748ff4d3d2f Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 15 Jun 2024 13:47:09 +0200 Subject: [PATCH 1/3] Try pr checks --- .github/workflows/pr.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/pr.yml 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 }} From c5349867deb6c0af0b3bd35b69dc03fe984736b7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 15 Jun 2024 13:49:00 +0200 Subject: [PATCH 2/3] Test new action --- accname/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index 815babde6..9a956d6c4 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", From 0a4f5f0e9a97857391c48f05b9e0e9140ebe8382 Mon Sep 17 00:00:00 2001 From: daniel-montalvo Date: Sat, 15 Jun 2024 11:53:33 +0000 Subject: [PATCH 3/3] chore: prettier --- accname/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accname/index.html b/accname/index.html index 9a956d6c4..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: "2024-07-01", + publishDate: "2024-07-01", // the specifications short name, as in https://www.w3.org/TR/short-name/ shortName: "accname-1.2",