Skip to content

Commit

Permalink
Fix CI erblint step
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Oct 30, 2023
1 parent 542d75a commit f7dc2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: bundle exec mdl *.md
name: Lint Markdown files

- run: bundle exec erblint **/*.erb
- run: bundle exec erblint {decidim-module-catcomu_managers/,}app/{cells,views}/**/*.erb
name: Lint ERB files

- run: npm run stylelint
Expand Down

0 comments on commit f7dc2aa

Please sign in to comment.