diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index a0991d5b..fd824fb7 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -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