Skip to content

Commit

Permalink
chore: rename yml to yaml
Browse files Browse the repository at this point in the history
Also run formatting on all yaml files.
  • Loading branch information
josegonzalez committed Sep 14, 2024
1 parent 63548a9 commit d5d78ed
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: 'lint'
name: "lint"

# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- 'master'
- "master"

jobs:
hadolint:
Expand All @@ -31,8 +31,8 @@ jobs:
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb
# v1.5.0 => 04d43ee9191307b50935a753da3b775ab695eceb
with:
config: '.github/linters/.markdown-lint.yml'
args: './README.md'
config: ".github/linters/.markdown-lint.yaml"
args: "./README.md"

shellcheck:
name: 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.

0 comments on commit d5d78ed

Please sign in to comment.