Skip to content

Commit ea56e0b

Browse files
committed
Prettier linting
1 parent 37efe57 commit ea56e0b

14 files changed

+24
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:
Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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,5 +64,5 @@ jobs:
6464
VALIDATE_ALL_CODEBASE: true
6565
LINTER_RULES_PATH: .
6666
DEFAULT_BRANCH: main
67-
FILTER_REGEX_EXCLUDE: '(gradlew|gradlew.bat|gradle/*|mvnw|mvnw.cmd|.m2/*|.mvn/*)'
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew.bat|gradle/*|mvnw|mvnw.cmd|.m2/*|.mvn/*)"
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/maven-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Maven Check Versions
33

44
on:
55
schedule:
6-
- cron: '0 0 * * 0'
6+
- cron: "0 0 * * 0"
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/maven-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Maven Dependency Check
33

44
on:
55
schedule:
6-
- cron: '0 0 * * 0'
6+
- cron: "0 0 * * 0"
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/osv-scanner.yml

Lines changed: 3 additions & 3 deletions
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:

0 commit comments

Comments
 (0)