diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 995a423..5c019cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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