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 516c361 commit d65cb86Copy full SHA for d65cb86
.github/workflows/prettier.yml
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: Apache-2.0 OR MIT
2
#
3
-# SPDX-FileCopyrightText: 2023 Tristan Partin <[email protected]>
+## SPDX-FileCopyrightText: 2023 Tristan Partin <[email protected]>
4
5
name: Prettier
6
@@ -29,13 +29,11 @@ jobs:
29
30
- name: Checkout
31
uses: actions/checkout@v3
32
- with:
33
- ref: ${{ github.head_ref }}
34
35
- name: Install dependencies
36
run: |
37
- npm ci
+ yarn install --immutable --immutable-cache --check-cache
38
39
- name: Check
40
41
- npm run prettier:check
+ yarn run prettier:check
0 commit comments