Skip to content

Commit 02c4072

Browse files
authored
chore(yamllint): Drop requirement for explisit document starts and end (#809)
1 parent 6eeb9a0 commit 02c4072

19 files changed

+2
-46
lines changed

.codecov.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
codecov:
42
notify:
53
after_n_builds: 21 # Number of test matrix+lint jobs uploading coverage
@@ -50,5 +48,3 @@ github_checks:
5048
# Annotations are deprecated in Codecov because they are misleading.
5149
# Ref: https://github.com/codecov/codecov-action/issues/1710
5250
annotations: false
53-
54-
...

.github/.container-structure-test-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
schemaVersion: 2.0.0
42

53
commandTests:

.github/.dive-ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
rules:
42
# If the efficiency is measured below X%, mark as failed.
53
# Expressed as a ratio between 0-1.

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
---
2-
31
github: [antonbabenko]
42
custom: https://www.paypal.me/antonbabenko

.github/workflows/build-image-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
name: Build Dockerfile if changed and run smoke tests
42

53
on:

.github/workflows/build-image.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
name: Publish container image
42

53
on:

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
name: 🧪
42

53
on:
@@ -518,5 +516,3 @@ jobs:
518516
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
519517
with:
520518
jobs: ${{ toJSON(needs) }}
521-
522-
...

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
# For most projects, this workflow file will not need changing; you simply need
32
# to commit it to your repository.
43
#

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
# Dependency Review Action
42
#
53
# This Action will scan dependency manifest files that change as part of a

.github/workflows/pr-title.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
name: Validate PR title
42

53
on:

0 commit comments

Comments
 (0)