From ebbf64dbe24f7d8601b71ebdf1d6593db9d3c191 Mon Sep 17 00:00:00 2001 From: Cameron Taylor <50385537+ct3685@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:42:50 -0400 Subject: [PATCH] Update lint.yml to exclude bws-secure --- .github/workflows/lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e83e55a..86d7e4e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,5 @@ name: Console Log Linting -on: - workflow_call: +on: [push] jobs: lint: @@ -21,5 +20,5 @@ jobs: - name: Run ESLint to check for console logs run: | - npx --no-deprecation eslint '**/*' --config eslint.config.js + npx --no-deprecation eslint '**/*' --config eslint.config.js --ignore-pattern 'scripts/bws-secure/**' rm eslint.config.js