Skip to content

Commit

Permalink
ci: add djlint to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Feb 6, 2024
1 parent 3c54636 commit 231dd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ mkdocs = "*"
mkdocs-material = "*"
tblib = "*"
black = "*"
djlint = "*"
pysnooper = "*"
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function format() {
function lint() {
return all(
_runInPipenv(['black', '.', '--check', '--diff', '--color']),
_runInPipenv([ 'djlint', '--check', '.']),
gulp.src(config.watchConfig.stylesGlob)
.pipe(styleLint({
reporters: [{ formatter: 'string', console: true }]
Expand Down

0 comments on commit 231dd15

Please sign in to comment.