Run prettier

This commit is contained in:
LukeGus
2025-09-12 01:00:50 -05:00
parent ad05021fc5
commit 9672a3c27b
133 changed files with 30450 additions and 26428 deletions

View File

@@ -5,9 +5,9 @@ on:
branches:
- development
paths-ignore:
- '**.md'
- '.gitignore'
- 'docker/**'
- "**.md"
- ".gitignore"
- "docker/**"
workflow_dispatch:
inputs:
build_type:
@@ -34,8 +34,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
@@ -79,8 +79,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
@@ -100,4 +100,3 @@ jobs:
name: Termix-Linux-Portable
path: Termix-Linux-Portable.zip
retention-days: 30