Skip to content

Commit 5f8c6fc

Browse files
committed
Merge remote-tracking branch 'origin/master' into update-yarn-berry
2 parents eb77d89 + 8e60722 commit 5f8c6fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ name: Node.js CI
33
on: [push]
44

55
jobs:
6+
prettier:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- run: corepack enable
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: 22
14+
cache: yarn
15+
- run: yarn install
16+
- run: yarn prettier --check .
17+
618
build:
719
runs-on: ${{ matrix.os }}
820
strategy:

0 commit comments

Comments
 (0)