Skip to content

Commit

Permalink
ci(djlint): change the name of the workflow to reflect what it does
Browse files Browse the repository at this point in the history
The workflow we are including does call djlint with `--check` option,
which checks the formatting of the the template, but does not lint the
template. Therefore using `Formatter` instead of `Linter` in the
template is more correct.

Closes: #1371
  • Loading branch information
b1rger committed Nov 21, 2024
1 parent 0a167cd commit 5ba3892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/djlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run djLint Linter
name: Run djLint Formatter

on: [push, pull_request]

Expand Down

0 comments on commit 5ba3892

Please sign in to comment.