Skip to content

Commit

Permalink
check that code is linted in github actions (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntraut committed Jun 21, 2023
1 parent cfb9226 commit f8b5322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: check that code is linted
run: yarn eslint.check
- name: Setup env variables
run: cp .env.dist .env
- name: Install modules
run: yarn
- name: check that the code is linted
run: yarn eslint.check
- name: Build the react app
run: yarn build
- name: Run tests
Expand Down

0 comments on commit f8b5322

Please sign in to comment.