Skip to content

Commit e50ead3

Browse files
fix: hotfix for bug in jinja template
1 parent 5b53d72 commit e50ead3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/_templates/workflow_page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
**Share link:** [{{ wf_share_link }}]({{ wf_share_link }})
3030

3131
**Quality control:**
32-
{% if wf["linting"] is None %}
32+
{% if wf["linting"] is none %}
3333
{bdg-success}`linting: passed`
3434
{% else %}
3535
{bdg-ref-danger}`linting: failed <linting-{{ wf["full_name"]|slugify }}>`
3636
{% endif %}
37-
{% if wf["formatting"] is None %}
37+
{% if wf["formatting"] is none %}
3838
{bdg-success}`formatting: passed`
3939
{% else %}
4040
{bdg-ref-danger}`formatting: failed <formatting-{{ wf["full_name"]|slugify }}>`

0 commit comments

Comments
 (0)