Skip to content

Commit 5ba3892

Browse files
committed
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
1 parent 0a167cd commit 5ba3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/djlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#SPDX-FileCopyrightText: 2023 Birger Schacht
22
#SPDX-License-Identifier: MIT
3-
name: Run djLint Linter
3+
name: Run djLint Formatter
44

55
on: [push, pull_request]
66

0 commit comments

Comments
 (0)