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 2f420d5 commit 9c5afd0Copy full SHA for 9c5afd0
.github/workflows/main.yml
@@ -8,6 +8,9 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
- uses: actions/setup-node@v4
15
with:
16
node-version: "lts/*"
0 commit comments