From 2d1c9cf085a7213550378fa9c75661657d2fc2c1 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Mon, 2 May 2022 16:58:00 +0200 Subject: [PATCH 1/2] ci: add missing tab check --- .github/workflows/salt-shaptools-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/salt-shaptools-ci.yml b/.github/workflows/salt-shaptools-ci.yml index 29cd69f..40e5e7e 100644 --- a/.github/workflows/salt-shaptools-ci.yml +++ b/.github/workflows/salt-shaptools-ci.yml @@ -9,6 +9,22 @@ on: [push, pull_request] # yamllint disable-line rule:truthy env: PACKAGE_NAME: salt-shaptools jobs: + tab: + name: 'tabspace checking' + runs-on: ubuntu-20.04 + + # Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest + defaults: + run: + shell: bash + + steps: + # Checkout the repository to the GitHub Actions runner + - name: Checkout + uses: actions/checkout@v2 + + - name: tab + run: make test-tab codespell: name: 'spell checking' runs-on: ubuntu-20.04 From 157a8cd87d182f92ef5bffde4b61fc869adc19a1 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Mon, 2 May 2022 17:02:51 +0200 Subject: [PATCH 2/2] ci: fix mlc --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 527be39..056dc9e 100644 --- a/Makefile +++ b/Makefile @@ -72,15 +72,7 @@ test-jsonlint: # test-mlc: @ Run markup link checker test-mlc: - mkdir -p aws/.terraform # make sure ingore-path exists - mlc --throttle 1000 \ - --ignore-path \ - **/.terraform \ - **/venv \ - **/saltvirtenv \ - --ignore-links \ - ./terraform.tvars.example \ - ../pillar/*/* + mlc --throttle 1000 # test-python: @ Run Python Unit Tests test-python: