Skip to content

Commit

Permalink
Merge pull request #255 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 e46dca2 + 75a4436 commit f66eeb1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
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 @@ -29,7 +29,7 @@ jobs:
- name: Run markdown-lint
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb
with:
config: ".github/linters/.markdown-lint.yml"
config: ".github/linters/.markdown-lint.yaml"
args: "./README.md"

shellcheck:
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c
with:
config_file: ".github/linters/.yamllint.yml"
config_file: ".github/linters/.yamllint.yaml"
File renamed without changes.
File renamed without changes.

0 comments on commit f66eeb1

Please sign in to comment.