Skip to content

Commit 4d339fe

Browse files
committed
Prettier linting
1 parent 0b6fc42 commit 4d339fe

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
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/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:

.github/workflows/yamllint.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ on:
55
push:
66
pull_request:
77
schedule:
8-
- cron: '0 0 * * 0'
8+
- cron: "0 0 * * 0"
99
workflow_dispatch:
1010

1111
permissions: {}
1212

1313
jobs:
14-
1514
check:
1615
name: Check with YAMLLint
1716
runs-on: ubuntu-latest
1817
steps:
19-
- name: Check out
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21-
- name: Install YAMLLint
22-
run: sudo pip install yamllint
23-
- name: Run YAMLLint
24-
run: "yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."
18+
- name: Check out
19+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
- name: Install YAMLLint
21+
run: sudo pip install yamllint
22+
- name: Run YAMLLint
23+
run: "yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."

0 commit comments

Comments
 (0)