Remove HAML linting action step

Hound also does this
This commit is contained in:
Andreas Nedbal 2022-01-15 23:02:05 +01:00 committed by Andreas Nedbal
parent dbc01f0264
commit 2f52a9c325

View file

@ -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