Skip to content

Commit f8b5322

Browse files
committed
check that code is linted in github actions (2nd try)
1 parent cfb9226 commit f8b5322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
- uses: actions/checkout@v2
99
with:
1010
submodules: true
11-
- name: check that code is linted
12-
run: yarn eslint.check
1311
- name: Setup env variables
1412
run: cp .env.dist .env
1513
- name: Install modules
1614
run: yarn
15+
- name: check that the code is linted
16+
run: yarn eslint.check
1717
- name: Build the react app
1818
run: yarn build
1919
- name: Run tests

0 commit comments

Comments
 (0)