Skip to content

Commit 43d299a

Browse files
chore: yamllint config and files lint (#18)
## πŸ’Œ Description <!-- Add a more detailed description of the changes if needed. --> ## πŸ”— Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## πŸ—οΈ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] πŸ“š Examples / docs / tutorials - [ ] πŸ› Bug fix (non-breaking change which fixes an issue) - [x] πŸ₯‚ Improvement (non-breaking change which improves an existing feature) - [ ] πŸš€ New feature (non-breaking change which adds functionality) - [ ] πŸ’₯ Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## βœ… Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [x] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)> document. - [x] I've read the [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md) guide.
1 parent b939816 commit 43d299a

File tree

19 files changed

+52
-43
lines changed

19 files changed

+52
-43
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ body:
9090
id: terms
9191
attributes:
9292
label: πŸ“œ Code of Conduct
93-
description: By submitting this issue, you agree to follow [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
93+
description: By submitting this issue, you agree to follow [`Code of Conduct`](../blob/main/.github/CODE_OF_CONDUCT.md)
9494
options:
9595
- label: I agree to follow this project's Code of Conduct.
9696
required: true

β€Ž.github/ISSUE_TEMPLATE/config.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
12
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
23
---
34
blank_issues_enabled: false

β€Ž.github/ISSUE_TEMPLATE/feature-request.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
id: terms
4545
attributes:
4646
label: πŸ“œ Code of Conduct
47-
description: By submitting this issue, you agree to follow [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
47+
description: By submitting this issue, you agree to follow [`Code of Conduct`](../blob/main/.github/CODE_OF_CONDUCT.md)
4848
options:
4949
- label: I agree to follow this project's Code of Conduct.
5050
required: true

β€Ž.github/ISSUE_TEMPLATE/question.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
id: terms
3939
attributes:
4040
label: πŸ“œ Code of Conduct
41-
description: By submitting this issue, you agree to follow [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
41+
description: By submitting this issue, you agree to follow [`Code of Conduct`](../blob/main/.github/CODE_OF_CONDUCT.md)
4242
options:
4343
- label: I agree to follow this project's Code of Conduct.
4444
required: true

β€Ž.github/PULL_REQUEST_TEMPLATE.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fixes: #
1111

1212
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
1313

14-
- [ ] πŸ“š Examples / docs / tutorials
14+
- [ ] πŸ“š Examples/docs/tutorials
1515
- [ ] πŸ› Bug fix (non-breaking change which fixes an issue)
1616
- [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing feature)
1717
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
@@ -23,5 +23,5 @@ Fixes: #
2323

2424
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
2525

26-
- [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)> document.
26+
- [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md) document.
2727
- [ ] I've read the [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md) guide.

β€Ž.github/SECURITY.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## 🎯 Supported Versions
44

55
| Version | Supported |
6-
|:-------:|:---------:|
7-
| 1.x.x | βœ… |
6+
| :-----: | :-------: |
7+
| 1.x.x | βœ… |
88

99
## 🚨 Reporting a Vulnerability
1010

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
12
# Please see the documentation for all configuration options:
2-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4+
---
45
version: 2
56
updates:
67
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
@@ -10,7 +11,7 @@ updates:
1011
schedule:
1112
interval: daily
1213
commit-message:
13-
prefix: "⬆️ github-actions"
14+
prefix: ci
1415
include: scope
1516
labels:
1617
- dependencies
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/yamllint.json
2+
# https://yamllint.readthedocs.io/en/stable/configuration.html#extending-the-default-configuration
3+
---
4+
extends: default
5+
6+
locale: en_US.UTF-8
7+
8+
rules:
9+
line-length: disable
10+
comments: disable

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
branches:
77
- main

0 commit comments

Comments
Β (0)