Skip to content

Commit

Permalink
fix: build before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Feb 22, 2021
1 parent 4db7dfb commit 55b0247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Build
run: yarn build

- name: Lint
run: yarn lint

Expand Down

0 comments on commit 55b0247

Please sign in to comment.