From 2360bc1ecd16f46565d16e56af7749f44fd93fbb Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Wed, 21 Feb 2024 07:28:30 -0500 Subject: [PATCH] [Chore] Verbose lint output (#1207) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e50c175e8..2b92bbfcc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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