Skip to content

Commit

Permalink
Merge pull request #414 from jbampton/gha-add-comments-with-links
Browse files Browse the repository at this point in the history
.github: add links as comments in `yml` files
  • Loading branch information
matz committed Mar 13, 2024
2 parents c899056 + 8841f17 commit 7944a36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 1 addition & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# https://yamllint.readthedocs.io/en/stable/
extends: default

rules:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/super-linter/super-linter
name: Super-Linter

on: [pull_request]
Expand Down

0 comments on commit 7944a36

Please sign in to comment.