Skip to content

Commit ebbf64d

Browse files
authored
Update lint.yml to exclude bws-secure
1 parent 2b5207e commit ebbf64d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Console Log Linting
2-
on:
3-
workflow_call:
2+
on: [push]
43

54
jobs:
65
lint:
@@ -21,5 +20,5 @@ jobs:
2120
2221
- name: Run ESLint to check for console logs
2322
run: |
24-
npx --no-deprecation eslint '**/*' --config eslint.config.js
23+
npx --no-deprecation eslint '**/*' --config eslint.config.js --ignore-pattern 'scripts/bws-secure/**'
2524
rm eslint.config.js

0 commit comments

Comments
 (0)