From 8841f17f9540f0d8b4fd465c724e86c4882939cf Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 12 Mar 2024 12:33:04 +1000 Subject: [PATCH] .github: add links as comments in `yml` files --- .github/dependabot.yml | 1 - .github/linters/.markdown-lint.yml | 1 + .github/linters/.yaml-lint.yml | 1 + .github/workflows/super-linter.yml | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3a8f90..706e902 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,4 @@ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates - version: 2 updates: - package-ecosystem: 'bundler' diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 0f84aa8..60a3bbf 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1,4 +1,5 @@ # https://github.com/DavidAnson/markdownlint#rules--aliases +# https://github.com/igorshubovych/markdownlint-cli # markdownlint -c .github/linters/.markdown-lint.yml . # MD025 single-title/single-h1 - Multiple top-level headings in the same document diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml index ff3409a..74bb3a5 100644 --- a/.github/linters/.yaml-lint.yml +++ b/.github/linters/.yaml-lint.yml @@ -1,4 +1,5 @@ --- +# https://yamllint.readthedocs.io/en/stable/ extends: default rules: diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index cea1f18..d2cb422 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,3 +1,4 @@ +# https://github.com/super-linter/super-linter name: Super-Linter on: [pull_request]