Skip to content

Commit 2156033

Browse files
Editorial: Update actions and restrict prettier execution to "changed files" only (#2536)
Co-authored-by: daniel-montalvo <[email protected]>
1 parent 73f4e89 commit 2156033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prettier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: prettify
2727
uses: creyD/[email protected]
2828
with:
29-
prettier_options: --write "**/index.html" "!index.html" --print-width 200
29+
prettier_options: --write **/index.html --print-width 200
3030
only_changed: True
3131
commit_message: "chore: prettier"
3232
continue-on-error: true

dpub-aria/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ <h3>Co-evolution of <abbr title="Accessible Rich Internet Applications">WAI-ARIA
257257

258258
<p>
259259
Some host languages exist to create semantics for features other than the user interface. For example, SVG expresses the semantics behind the production of graphical objects, not of the user
260-
interface components that those objects might represent. Host languages such as these might, by design, not provide native semantics that map to this specification's features. In these cases,
261-
the Digital Publishing <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> module could be adopted as a long-term approach to add semantic information to these host
260+
interface components that those objects might represent. Host languages such as these might, by design, not provide native semantics that map to this specification's features. In these
261+
cases, the Digital Publishing <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> module could be adopted as a long-term approach to add semantic information to these host
262262
languages.
263263
</p>
264264
</section>

0 commit comments

Comments
 (0)