[Chore] Verbose lint output (#1207)

This commit is contained in:
Alex Justesen
2024-02-21 07:28:30 -05:00
committed by GitHub
parent a560d37d52
commit 2360bc1ecd
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: "duster"
uses: tighten/duster-action@v2
with:
args: lint --using=pint
args: lint --using=pint -v
test:
needs: [lint] # needs lint job to pass first