From 8fc12f8856bae33ddb05b51588155b648d87d988 Mon Sep 17 00:00:00 2001 From: Emily Cheng Date: Wed, 13 Nov 2024 12:32:23 -0800 Subject: [PATCH] Ignore test directory in linting --- .github/workflows/pants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yml b/.github/workflows/pants.yml index 5878727..c3af43f 100644 --- a/.github/workflows/pants.yml +++ b/.github/workflows/pants.yml @@ -46,7 +46,7 @@ jobs: # Alternatively you change gha-cache-key to ignore old caches. - name: Lint run: | - pants lint :: + pants lint nacc_form_validator:: - name: Test run: | pants test ::