Skip to content

Commit

Permalink
Merge pull request #89 from dokku/rename-to-yaml
Browse files Browse the repository at this point in the history
chore: rename yml to yaml
  • Loading branch information
josegonzalez authored Sep 14, 2024
2 parents 426c34b + df067fb commit 7e7e036
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb
# v1.5.0 => 04d43ee9191307b50935a753da3b775ab695eceb
with:
config: ".github/linters/.markdown-lint.yml"
config: ".github/linters/.markdown-lint.yaml"
args: "./README.md"

shellcheck:
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c
# v3.0.2 => c19bd0523a9011c3a3960fe6640a0882b59af15d
with:
config_file: ".github/linters/.yamllint.yml"
config_file: ".github/linters/.yamllint.yaml"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7e7e036

Please sign in to comment.