Skip to content

Commit 9fcfed4

Browse files
committed
Single quote nits in workflows
1 parent e3f8c0b commit 9fcfed4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
55
schedule:
6-
interval: "monthly"
7-
day: "monday"
8-
- package-ecosystem: "npm"
9-
directory: "/"
6+
interval: 'monthly'
7+
day: 'monday'
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "monthly"
12-
day: "monday"
11+
interval: 'monthly'
12+
day: 'monday'

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: '22'
2828
registry-url: 'https://registry.npmjs.org'
2929
cache: npm
30-
scope: "@socketregistry"
30+
scope: '@socketregistry'
3131
- run: npm install -g npm@latest
3232
- run: npm ci
3333
- run: npm publish --provenance --access public

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
test:
23-
name: "Tests"
23+
name: 'Tests'
2424
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
2525
with:
2626
no-lockfile: true

0 commit comments

Comments
 (0)