We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090abc5 commit 25d06f9Copy full SHA for 25d06f9
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: QA
2
on: [pull_request]
3
jobs:
4
lint:
5
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
6
steps:
7
- uses: actions/checkout@v4
8
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
@@ -16,11 +16,9 @@ jobs:
16
run: pnpm lint
17
18
test:
19
20
21
22
- with:
23
- fetch-depth: 0
24
25
- uses: actions/setup-node@v4
26
with:
@@ -46,9 +44,11 @@ jobs:
46
44
path: code-coverage-results.md
47
45
48
build:
49
50
51
+ with:
+ fetch-depth: 0
52
53
54
0 commit comments