Skip to content

Commit 153b10d

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
chore: fix workflow
1 parent 06aee3d commit 153b10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16-
- name: Check indentation
17-
run: npm run prettier-check
1816
- name: Install dependencies
1917
run: npm install
18+
- name: Check indentation
19+
run: npm run prettier-check
2020
- name: Build app
2121
run: npm run build
2222
- name: Semantic release

0 commit comments

Comments
 (0)