From d4fef51aff37aa052a5957fb0f1bf79ac7be4add Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 19 Mar 2025 15:56:05 +0100 Subject: [PATCH] lint code --- .github/workflows/nuxthub.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml index f1aabf8..11e08e2 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -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/master' && '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 diff --git a/README.md b/README.md index e7ac0a6..4566646 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,4 @@ items: - Website: [arthurdanjou.fr](https://arthurdanjou.fr) - GitHub: [@ArthurDanjou](https://github.com/ArthurDanjou) -- LinkedIn: [Arthur Danjou](https://linkedin.com/in/arthurdanjou) \ No newline at end of file +- LinkedIn: [Arthur Danjou](https://linkedin.com/in/arthurdanjou)