Add Typescript linting step to GitHub CI

This commit is contained in:
Andreas Nedbal 2020-12-26 18:42:42 +01:00 committed by Andreas Nedbal
parent d9d10d534f
commit 9f39661cdd
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ jobs:
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
- name: Lint HAML templates
run: bundle exec haml-lint app/views
- name: Lint TypeScript
run: yarn run lint
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}