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 f3b4bf0 commit e505d8cCopy full SHA for e505d8c
.github/workflows/ci.yml
@@ -9,8 +9,6 @@ jobs:
9
runs-on: "ubuntu-latest"
10
steps:
11
- uses: "actions/checkout@v3"
12
- with:
13
- fetch-depth: 0
14
- run: sudo apt-get install -y valgrind
15
- uses: pnpm/[email protected]
16
with:
@@ -20,14 +18,12 @@ jobs:
20
18
cache: "pnpm"
21
19
node-version-file: ".nvmrc"
22
- run: pnpm install --frozen-lockfile --prefer-offline
23
- - run: pnpm moon check --all
+ - run: pnpm moon run :format :lint :typecheck :build :test
24
25
codspeed:
26
27
28
29
30
31
32
33
0 commit comments