Skip to content

Commit 5562dfa

Browse files
Merge remote-tracking branch 'upstream/main' into production-dual-site
2 parents 71e15f9 + 7aa67fa commit 5562dfa

File tree

178 files changed

+9275
-5060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+9275
-5060
lines changed

.github/workflows/check-format.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check Formatting of JS/CSS/HTML and Markdown
2+
3+
on:
4+
pull_request:
5+
merge_group:
6+
7+
jobs:
8+
check-format:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v5
13+
14+
- name: Check formatting with prettier
15+
uses: creyD/prettier_action@v4.6
16+
with:
17+
dry: true
18+
prettier_options: "--check ."
19+
prettier_version: 3.7.4

0 commit comments

Comments
 (0)