We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aee3d commit 153b10dCopy full SHA for 153b10d
.github/workflows/main.yml
@@ -13,10 +13,10 @@ jobs:
13
uses: actions/setup-node@v1
14
with:
15
node-version: 12
16
- - name: Check indentation
17
- run: npm run prettier-check
18
- name: Install dependencies
19
run: npm install
+ - name: Check indentation
+ run: npm run prettier-check
20
- name: Build app
21
run: npm run build
22
- name: Semantic release
0 commit comments