From dd2b24f855ddb2a337061a3d4c8994d3db511fe0 Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 24 Oct 2023 17:57:32 -0700 Subject: [PATCH] Skip lint for PRs that only affect unlinted files --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b403a1eb737c..360631920cf1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,6 +5,7 @@ on: pull_request: types: [opened, synchronize] branches-ignore: [staging, production] + paths: ['**.js', '**.ts', '**.tsx', '**.sh'] jobs: lint: