You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but we're using the default setting of the reusable workflow we're calling, which runs the formatter, so should update its name to accurately describe 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
The djLint workflow suggests we use it for linting:
apis-core-rdf/.github/workflows/djlint.yml
Line 3 in cfa9006
but we're using the default setting of the reusable workflow we're calling, which runs the formatter, so should update its
name
to accurately describe what it does.See also acdh-oeaw/prosnet-workflows#84.
The text was updated successfully, but these errors were encountered: