parent
dbc01f0264
commit
2f52a9c325
|
@ -74,8 +74,6 @@ jobs:
|
|||
env:
|
||||
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue