Skip to content

Commit

Permalink
check that code is linted in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntraut committed Jun 21, 2023
1 parent 58b3958 commit cfb9226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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
Expand Down

0 comments on commit cfb9226

Please sign in to comment.