Linted code

This commit is contained in:
2025-07-29 15:24:29 +00:00
parent 8b4e8553a4
commit 4ab0dad6a0
11 changed files with 57 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ on: push
jobs:
deploy:
name: "Deploy to NuxtHub"
name: Deploy to NuxtHub
runs-on: ubuntu-latest
environment:
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
cache: pnpm
- name: Install dependencies
run: pnpm install
@@ -32,4 +32,4 @@ jobs:
- name: Deploy to NuxtHub
uses: nuxt-hub/action@v1
id: deploy
id: deploy