mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Remove HAML linting action step
Hound also does this
This commit is contained in:
parent
dbc01f0264
commit
2f52a9c325
1 changed files with 0 additions and 2 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -74,8 +74,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||||
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
|
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
|
||||||
- name: Lint HAML templates
|
|
||||||
run: bundle exec haml-lint app/views
|
|
||||||
- name: Lint TypeScript
|
- name: Lint TypeScript
|
||||||
run: yarn run lint
|
run: yarn run lint
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
|
|
Loading…
Reference in a new issue