fix: format code and ensure consistent styling across files

This commit is contained in:
mr. M 2025-01-08 00:19:40 +01:00
parent 2a9df52722
commit d14b44b2c8
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
43 changed files with 14294 additions and 11609 deletions

View file

@ -1,5 +1,5 @@
name: Upload to B-Backup (Manual)
on:
workflow_dispatch:
@ -11,11 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: get pnpm
run: npm install -g pnpm
@ -31,12 +30,10 @@ jobs:
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
with:
source: "dist"
destination: ""
storageZoneName: "${{ secrets.STORAGE_NAME_BACKUP }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD_BACKUP }}"
upload: "true"
remove: "false"
purgePullZone: "false"
source: 'dist'
destination: ''
storageZoneName: '${{ secrets.STORAGE_NAME_BACKUP }}'
storagePassword: '${{ secrets.STORAGE_PASSWORD_BACKUP }}'
upload: 'true'
remove: 'false'
purgePullZone: 'false'

View file

@ -1,5 +1,5 @@
name: Upload to B-Main
on:
workflow_dispatch:
@ -11,11 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: get pnpm
run: npm install -g pnpm
@ -31,12 +30,10 @@ jobs:
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4
with:
source: "dist"
destination: ""
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
upload: "true"
remove: "false"
purgePullZone: "false"
source: 'dist'
destination: ''
storageZoneName: '${{ secrets.STORAGE_NAME }}'
storagePassword: '${{ secrets.STORAGE_PASSWORD }}'
upload: 'true'
remove: 'false'
purgePullZone: 'false'

View file

@ -25,4 +25,4 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Build project
run: pnpm run build
run: pnpm run build