diff --git a/.github/workflows/yamllinting.yml b/.github/workflows/yamllinting.yml index 0a752f9..b4f5be8 100644 --- a/.github/workflows/yamllinting.yml +++ b/.github/workflows/yamllinting.yml @@ -1,21 +1,12 @@ name: Yaml Lint on: [push] jobs: - lintDataFiles: + lintFiles: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: - file_or_dir: yml/**.yml - config_file: .yamllint.yml - lintTemplate: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: yaml-lint - uses: ibiqlik/action-yamllint@v3 - with: - file_or_dir: YML-Template.yml - config_file: .yamllint.yml \ No newline at end of file + file_or_dir: yml/**/*.yml YML-Template.yml + config_file: .yamllint.yml \ No newline at end of file