Skip to content

Commit 69f1f1f

Browse files
Merge branch 'develop' into process-updates
2 parents f56dafd + ebaa22b commit 69f1f1f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/wai-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
2424
- name: Install dependencies
2525
run: npm ci
26+
# Since we control this we can safely just always use the latest
27+
- name: Install act-tools latest
28+
run: npm install github:act-rules/act-tools#main
2629
- name: Configure git
2730
run: |
2831
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"

_rules/role-attribute-valid-value-674b10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are no assumptions.
5555

5656
### Accessibility Support
5757

58-
Older browsers do not support more than one token in the value for a role attribute. If multiple values are used in the role attribute, the attribute is ignored in these browsers.
58+
There are no accessibility support issues known.
5959

6060
### Bibliography
6161

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135
],
136136
"devDependencies": {
137-
"act-tools": "github:act-rules/act-tools",
137+
"act-tools": "github:act-rules/act-tools#main",
138138
"aria-query": "^4.2.2",
139139
"dictionary-en-us": "^2.2.1",
140140
"fastmatter": "^2.1.1",

0 commit comments

Comments
 (0)