Skip to content

Commit

Permalink
feat: optional commit-lints (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-bertoluzza-zupit authored Feb 12, 2024
1 parent 70f7f1a commit 8f706b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/conventional-commits-step-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ on:
default: .commitlintrc

jobs:
lint-commits:
name: Lint Commits
runs-on: ${{ fromJson(inputs.LABELS) }}
container: node:20-alpine
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: ${{ inputs.CONFIG_FILE }}

lint-pr:
name: Lint PR
runs-on: ${{ fromJson(inputs.LABELS) }}
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ concurrency:
cancel-in-progress: true

jobs:
lint-commits:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlintrc

lint-pr:
name: Lint PR
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f706b2

Please sign in to comment.