From 55284576dd3fbc8da3f7c46425ac081bef4714ee Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:35:32 -0700 Subject: [PATCH] include imgbotconfig --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee9d66b59e90..3072b3354a84 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: pull_request: types: [opened, synchronize] branches-ignore: [staging, production] - paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', '.editorconfig', '.watchmanconfig'] + paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', 'config/.editorconfig', '.watchmanconfig', '.imgbotconfig'] jobs: lint: