lint code

This commit is contained in:
2025-03-19 15:56:05 +01:00
parent e48feffa3a
commit d4fef51aff
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -195,4 +195,4 @@ items:
- Website: [arthurdanjou.fr](https://arthurdanjou.fr) - Website: [arthurdanjou.fr](https://arthurdanjou.fr)
- GitHub: [@ArthurDanjou](https://github.com/ArthurDanjou) - GitHub: [@ArthurDanjou](https://github.com/ArthurDanjou)
- LinkedIn: [Arthur Danjou](https://linkedin.com/in/arthurdanjou) - LinkedIn: [Arthur Danjou](https://linkedin.com/in/arthurdanjou)