Skip to content

Commit babb56b

Browse files
committed
Single quote nits in workflows
1 parent 5620616 commit babb56b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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: "weekly"
7-
day: "monday"
8-
- package-ecosystem: "npm"
9-
directory: "/"
6+
interval: 'weekly'
7+
day: 'monday'
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "weekly"
12-
day: "monday"
11+
interval: 'weekly'
12+
day: 'monday'

.github/workflows/lint.yml

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

2020
jobs:
2121
linting:
22-
name: "Linting"
22+
name: 'Linting'
2323
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
2424
with:
2525
no-lockfile: true

.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 test

.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)