Skip to content

Commit 1bad5cf

Browse files
fix: potential lint
1 parent 88d54d2 commit 1bad5cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checkovScrapper.yml

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
- name: Debug - Print branch name
5252
run: echo $BRANCH_NAME
5353

54+
- name: Run Lint
55+
run: |
56+
pnpm run lint
57+
pnpm run lint:fix
58+
5459
- name: Commit changes
5560
if: env.changed == 'true'
5661
run: |

0 commit comments

Comments
 (0)