Skip to content

Commit 0b86e96

Browse files
committed
Prettier linting
1 parent 49e64db commit 0b86e96

12 files changed

+21
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ body:
1616
label: Is there an existing issue for this?
1717
description: Search to see if an issue already exists for the bug you encountered.
1818
options:
19-
- label: I have searched the existing issues
20-
required: true
19+
- label: I have searched the existing issues
20+
required: true
2121
- type: textarea
2222
attributes:
2323
label: Current Behavior
@@ -36,7 +36,7 @@ body:
3636
description: |
3737
Version where you observed this issue
3838
placeholder: |
39-
vX.Y.Z
39+
vX.Y.Z
4040
render: markdown
4141
validations:
4242
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ body:
2929
render: markdown
3030
validations:
3131
required: false
32-

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'Dependabot auto-merge'
2+
name: "Dependabot auto-merge"
33
on: pull_request
44

55
permissions:
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'Dependency Review'
2+
name: "Dependency Review"
33
on: [pull_request]
44

55
permissions:
@@ -9,7 +9,7 @@ jobs:
99
dependency-review:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: 'Checkout Repository'
12+
- name: "Checkout Repository"
1313
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14-
- name: 'Dependency Review'
14+
- name: "Dependency Review"
1515
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
pull_request:
77
schedule:
8-
- cron: '0 0 * * 0'
8+
- cron: "0 0 * * 0"
99
workflow_dispatch:
1010

1111
permissions: {}

.github/workflows/dockerhub.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
pull_request:
77
schedule:
8-
- cron: '0 0 * * 0'
8+
- cron: "0 0 * * 0"
99
workflow_dispatch:
1010

1111
permissions: {}
@@ -14,7 +14,7 @@ jobs:
1414
pull:
1515
strategy:
1616
matrix:
17-
platform: ['linux/amd64', 'linux/arm64']
17+
platform: ["linux/amd64", "linux/arm64"]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Set IMAGE

.github/workflows/linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
push:
1919
pull_request:
2020
schedule:
21-
- cron: '0 0 * * 0'
21+
- cron: "0 0 * * 0"
2222
workflow_dispatch:
2323

2424
permissions: {}
@@ -64,4 +64,4 @@ jobs:
6464
VALIDATE_ALL_CODEBASE: true
6565
LINTER_RULES_PATH: .
6666
DEFAULT_BRANCH: main
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/osv-scanner.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ name: OSV-Scanner
1414

1515
on:
1616
pull_request:
17-
branches: [ "main" ]
17+
branches: ["main"]
1818
push:
19-
branches: [ "main" ]
19+
branches: ["main"]
2020
schedule:
21-
- cron: '0 0 * * 0'
21+
- cron: "0 0 * * 0"
2222
workflow_dispatch:
2323

2424
permissions:

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- 'releases/**'
7+
- "releases/**"
88
schedule:
9-
- cron: '0 0 * * 0'
9+
- cron: "0 0 * * 0"
1010
workflow_dispatch:
1111

1212
permissions: read-all

.github/workflows/trigger-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Trigger Release
44
on:
55
push:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: "0 0 * * *"
88
workflow_dispatch:
99

1010
permissions:

.jscpd.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore": [
3-
".github/workflows/dockerimage.yml",
4-
".github/workflows/dockerrelease.yml"
3+
".github/workflows/dockerimage.yml",
4+
".github/workflows/dockerrelease.yml"
55
]
66
}

csv/docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
version: "3.8"
3-
3+
44
services:
55
sut:
66
build:

0 commit comments

Comments
 (0)