Skip to content

Commit 978a9c5

Browse files
committed
format(prettier): automatically formatted files
Signed-off-by: w01fgang <sumin@unix-center.ru>
1 parent 1d4e21e commit 978a9c5

9 files changed

Lines changed: 255 additions & 138 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: "20.x"
18-
registry-url: "https://registry.npmjs.org"
19-
cache: "npm"
17+
node-version: '20.x'
18+
registry-url: 'https://registry.npmjs.org'
19+
cache: 'npm'
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)