Skip to content

Commit 2a9a9d0

Browse files
committed
Style job final upd.4.0
1 parent 1758957 commit 2a9a9d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ jobs:
2323

2424
- name: Run tests
2525
run: npm run test -- --coverage
26-
26+
2727
style:
2828
name: Style
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v4
3333

3434
- name: Set up Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 18
37+
node-version: 18
3838

3939
- name: Install dependencies
40-
run: npm ci
40+
run: npm ci
4141

4242
- name: Run formatting check
43-
run: npm run format:check
43+
run: npm run format:check

0 commit comments

Comments
 (0)