Skip to content

Commit d65cb86

Browse files
committed
wtf
1 parent 516c361 commit d65cb86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/prettier.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0 OR MIT
22
#
3-
# SPDX-FileCopyrightText: 2023 Tristan Partin <[email protected]>
3+
## SPDX-FileCopyrightText: 2023 Tristan Partin <[email protected]>
44

55
name: Prettier
66

@@ -29,13 +29,11 @@ jobs:
2929

3030
- name: Checkout
3131
uses: actions/checkout@v3
32-
with:
33-
ref: ${{ github.head_ref }}
3432

3533
- name: Install dependencies
3634
run: |
37-
npm ci
35+
yarn install --immutable --immutable-cache --check-cache
3836
3937
- name: Check
4038
run: |
41-
npm run prettier:check
39+
yarn run prettier:check

0 commit comments

Comments
 (0)