From 8a31d0d1b46ad26b2deacd5cbb9992f449a842c6 Mon Sep 17 00:00:00 2001 From: Filipe Spencer Lopes Date: Tue, 9 Mar 2021 16:40:24 +0100 Subject: [PATCH] Removing second yamllint action --- .github/workflows/yamllint-compare.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/yamllint-compare.yml diff --git a/.github/workflows/yamllint-compare.yml b/.github/workflows/yamllint-compare.yml deleted file mode 100644 index 34b53d0..0000000 --- a/.github/workflows/yamllint-compare.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: 'Yamllint GitHub Actions' -on: - - push -jobs: - yamllint: - name: 'Yamllint' - runs-on: ubuntu-latest - steps: - - name: 'Checkout' - uses: actions/checkout@master - - name: 'Yamllint' - uses: karancode/yamllint-github-action@master - with: - yamllint_file_or_dir: '.' - yamllint_strict: false - yamllint_comment: false - yamllint_config_filepath: '.yamllint' \ No newline at end of file