Skip to content

Commit

Permalink
fix: remove commitlint step from push event workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 27, 2022
1 parent dad5c52 commit f2332ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
14 changes: 0 additions & 14 deletions ci/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 0 additions & 14 deletions ci/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
14 changes: 0 additions & 14 deletions ci/dhis2-verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2332ee

Please sign in to comment.