We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529b88b commit 41c9e03Copy full SHA for 41c9e03
.github/workflows/linter.yml
@@ -2,6 +2,8 @@ name: Lint Codebase
2
3
on:
4
pull_request:
5
+ branches:
6
+ - main
7
push:
8
branches:
9
- main
@@ -20,6 +22,8 @@ jobs:
20
22
- name: Checkout
21
23
id: checkout
24
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ with:
26
+ fetch-depth: 0
27
28
- name: Setup Node.js
29
id: setup-node
0 commit comments