Skip to content

Commit c7ec1a8

Browse files
authored
refactor: running prettier (#3056)
1 parent b464b25 commit c7ec1a8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ updates:
8787
groups:
8888
patch-dependencies:
8989
update-types:
90-
- "patch"
90+
- 'patch'
9191
commitlint:
9292
patterns:
9393
- '@commitlint*'
@@ -103,7 +103,7 @@ updates:
103103
typescript-eslint:
104104
patterns:
105105
- '@typescript-eslint*'
106-
- "typescript-eslint"
106+
- 'typescript-eslint'
107107
storybook:
108108
patterns:
109109
- '@storybook*'

.github/workflows/01-build-showcases.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
showcases:
15-
[angular, playground, react, reactwind, vue]
14+
showcases: [angular, playground, react, reactwind, vue]
1615
steps:
1716
- name: ⬇ Checkout repo
1817
uses: actions/checkout@v4

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: env.stylelint_update == 'true' || env.prettier_update == 'true'
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version-file: ".nvmrc"
35+
node-version-file: '.nvmrc'
3636

3737
- name: Install dependencies
3838
if: env.stylelint_update == 'true' || env.prettier_update == 'true'

0 commit comments

Comments
 (0)