diff options
author | Jan Wagner <waja@cyconet.org> | 2023-06-28 13:38:14 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-06-28 13:57:07 (GMT) |
commit | 73d79c2982478d43e8c63dccc3e54421272e2cbd (patch) | |
tree | 9d0c85e4bfb84336f494b1bcd7ed9aefec60fa13 /.github | |
parent | fbf0c9d208321cc2f9b9a1f166a8a582e41e53f8 (diff) | |
download | monitoring-plugins-73d79c2982478d43e8c63dccc3e54421272e2cbd.tar.gz |
Add missing document start
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 1 | ||||
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 1 | ||||
-rw-r--r-- | .github/workflows/test.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 282063c..0707364 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml | |||
@@ -1,3 +1,4 @@ | |||
1 | --- | ||
1 | version: 2 | 2 | version: 2 |
2 | updates: | 3 | updates: |
3 | - package-ecosystem: github-actions | 4 | - package-ecosystem: github-actions |
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b56ac16..4fac703 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
@@ -1,3 +1,4 @@ | |||
1 | --- | ||
1 | # For most projects, this workflow file will not need changing; you simply need | 2 | # For most projects, this workflow file will not need changing; you simply need |
2 | # to commit it to your repository. | 3 | # to commit it to your repository. |
3 | # | 4 | # |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88d5d66..306f21c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -1,3 +1,4 @@ | |||
1 | --- | ||
1 | name: Test | 2 | name: Test |
2 | 3 | ||
3 | on: | 4 | on: |