Skip to content

Commit cd38e17

Browse files
committed
fix: yaml lint errors
1 parent 0e9d579 commit cd38e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuxthub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33

44
jobs:
55
deploy:
6-
name: "Deploy to NuxtHub"
6+
name: Deploy to NuxtHub
77
runs-on: ubuntu-latest
88
permissions:
99
contents: read
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 22
22-
cache: 'pnpm'
22+
cache: pnpm
2323

2424
- name: Install dependencies
2525
run: pnpm install

0 commit comments

Comments
 (0)