Skip to content

Commit 63815cd

Browse files
committed
Lint YAML.
1 parent cd83cbc commit 63815cd

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2+
---
23
version: 2
34
updates:
45

.github/funding.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
github: kdeldycke

.github/workflows/autofix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Autofix
23
"on":
34
push:

.github/workflows/autolock.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Locks closed issues and pull requests after a period of inactivity, to
22
# prevent spam and noise.
3+
---
34
name: Autolock
45
"on":
56
schedule:

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build
23
"on":
34
push:

.github/workflows/labels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Labels
23
"on":
34
# Only the develop branch has authority on the project management. This will

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Lint
23
"on":
34
push:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Tests
23
"on":
34
push:

readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Source: https://docs.readthedocs.io/en/latest/config-file/v2.html
2+
---
23
version: 2
34

45
python:

0 commit comments

Comments
 (0)