chore: update GitHub workflows for consistency and clarity

- Standardized quotes in YAML files for better readability.
- Adjusted cache-dependency-path to point to the correct location.
- Removed unnecessary working-directory specifications to simplify the workflow.
This commit is contained in:
Cody Seibert
2025-12-11 21:14:17 -05:00
parent e6857c6feb
commit 2cc9e47747
2 changed files with 8 additions and 14 deletions

View File

@@ -22,12 +22,10 @@ jobs:
with:
node-version: "20"
cache: "npm"
cache-dependency-path: app/package-lock.json
cache-dependency-path: package-lock.json
- name: Install dependencies
working-directory: ./app
run: npm ci
- name: Run build:electron
working-directory: ./app
run: npm run build:electron