Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(djlint): change the name of the workflow to reflect what it does
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