From 4d48a3b58bf259f94b3215dadae4fd0a58050137 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 May 2020 14:33:03 +0200 Subject: [PATCH] Add HAML linting GitHub Action step --- .github/workflows/retrospring.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index f6f1e23f..90d33f11 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -67,6 +67,8 @@ 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 - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}