Skip to content

Commit

Permalink
Removing template linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed May 6, 2024
1 parent 6af5b37 commit 5e1a8e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
- name: Lint code for consistent style
run: bin/rubocop -f github

- name: Lint templates for consistent style
run: find ./app/views -type f -name '*.erb' ! -name '*.xml.erb' -exec ./bin/erblint {} +

test:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 5e1a8e2

Please sign in to comment.