We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccf2cd commit 45466e7Copy full SHA for 45466e7
.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
node-version: 22
14
cache: yarn
15
+ - run: yarn install
16
- run: yarn prettier --check .
17
18
build:
0 commit comments