diff --git a/ci/dhis2-verify-app.yml b/ci/dhis2-verify-app.yml index 657e8df..52dd542 100644 --- a/ci/dhis2-verify-app.yml +++ b/ci/dhis2-verify-app.yml @@ -64,20 +64,6 @@ jobs: - name: Lint run: yarn d2-style check - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: c-hive/gha-yarn-cache@v1 - - run: yarn install --frozen-lockfile - - id: commitlint - run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") - - uses: wagoid/commitlint-github-action@v4 - with: - configFile: ${{ steps.commitlint.outputs.config_path }} - test: runs-on: ubuntu-latest steps: diff --git a/ci/dhis2-verify-lib.yml b/ci/dhis2-verify-lib.yml index 91ab7ce..b623a54 100644 --- a/ci/dhis2-verify-lib.yml +++ b/ci/dhis2-verify-lib.yml @@ -55,20 +55,6 @@ jobs: - name: Lint run: yarn d2-style check - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: c-hive/gha-yarn-cache@v1 - - run: yarn install --frozen-lockfile - - id: commitlint - run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") - - uses: wagoid/commitlint-github-action@v4 - with: - configFile: ${{ steps.commitlint.outputs.config_path }} - test: runs-on: ubuntu-latest needs: [build] diff --git a/ci/dhis2-verify-node.yml b/ci/dhis2-verify-node.yml index d73f277..abc99d5 100644 --- a/ci/dhis2-verify-node.yml +++ b/ci/dhis2-verify-node.yml @@ -34,20 +34,6 @@ jobs: - name: Lint run: yarn d2-style check - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: c-hive/gha-yarn-cache@v1 - - run: yarn install --frozen-lockfile - - id: commitlint - run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") - - uses: wagoid/commitlint-github-action@v4 - with: - configFile: ${{ steps.commitlint.outputs.config_path }} - test: runs-on: ubuntu-latest steps: