Skip to content

Commit a1edbab

Browse files
committed
ci: Unify quotes in workflows
1 parent 2cdc80c commit a1edbab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2525
with:
2626
node-version: "20"
27-
cache: "npm"
27+
cache: npm
2828
- run: npm ci
2929
- run: make ANTORAFLAGS=--fetch build-local

.github/workflows/ui.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: UI lint and bundle
44
on:
55
pull_request:
66
paths:
7-
- 'ui/**'
8-
- 'package-lock.json'
7+
- "ui/**"
8+
- "package-lock.json"
99

1010
permissions: {}
1111

@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2222
with:
23-
node-version: '24'
23+
node-version: "24"
2424
cache: npm
2525
- run: npm ci
2626
- run: npm run lint --workspace ui

0 commit comments

Comments
 (0)