mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add Typescript linting step to GitHub CI
This commit is contained in:
parent
d9d10d534f
commit
9f39661cdd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue