Skip to content

Commit c0957ad

Browse files
committed
Run Prettier
1 parent 8dc8d18 commit c0957ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basic-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
name: Basic validation
1717
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
1818
with:
19-
node-version: "20.x"
19+
node-version: '20.x'

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
name: Check dist/
1717
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
1818
with:
19-
node-version: "20.x"
19+
node-version: '20.x'

0 commit comments

Comments
 (0)