Skip to content

Commit 616fa46

Browse files
committed
fix: fix indentation in CI
1 parent 3d9d1fd commit 616fa46

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
name: basic-web-app
22

33
on:
4-
5-
push:
6-
7-
branches:
8-
9-
- main
4+
push:
5+
branches:
6+
- main
107

118
jobs:
12-
13-
query_tests:
14-
9+
query_tests:
1510
runs-on: ubuntu-latest
16-
1711
name: query_tests
1812

1913
steps:
14+
- uses: actions/checkout@v3
2015

21-
- uses: actions/checkout@v3
22-
23-
- uses: bahmutov/npm-install@v1
16+
- uses: bahmutov/npm-install@v1
2417

25-
- run: npm run lint (Run ESLint)
18+
- run: npm run lint (Run ESLint)
2619

27-
- run: npm run test (Run Jest)
20+
- run: npm run test (Run Jest)

0 commit comments

Comments
 (0)