Skip to content

Commit 41c9e03

Browse files
authored
ci: update linter workflow
1 parent 529b88b commit 41c9e03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint Codebase
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main
@@ -20,6 +22,8 @@ jobs:
2022
- name: Checkout
2123
id: checkout
2224
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+
with:
26+
fetch-depth: 0
2327

2428
- name: Setup Node.js
2529
id: setup-node

0 commit comments

Comments
 (0)