Skip to content

Commit

Permalink
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
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
b1rger committed Nov 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]

0 comments on commit 5ba3892

Please sign in to comment.