.github: let my autoformatter muck with the quotes
diff --git a/.github/workflows/webui_test.yml b/.github/workflows/webui_test.yml
index 17dc38f..c667a1b 100644
--- a/.github/workflows/webui_test.yml
+++ b/.github/workflows/webui_test.yml
@@ -5,10 +5,10 @@
     branches-ignore:
       - "queue-main-**"
     paths:
-      - 'webui/**'
+      - "webui/**"
   pull_request:
     paths:
-      - 'webui/**'
+      - "webui/**"
 
 jobs:
   test:
@@ -19,8 +19,8 @@
       - name: Setup Node.js
         uses: actions/setup-node@v4
         with:
-          node-version: '20'
-          cache: 'npm'
+          node-version: "20"
+          cache: "npm"
           cache-dependency-path: webui/package-lock.json
 
       - name: Install dependencies