Skip to content

Commit

Permalink
fix: eliminate dependency of unmaintained julienkode pull-request-nam…
Browse files Browse the repository at this point in the history
…e-linter-action (#581)

#581
  • Loading branch information
OmarAlJarrah authored Jun 10, 2024
1 parent 7030549 commit 305c19b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/contribution-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ on:
- ready_for_review
- review_requested
- auto_merge_enabled
push:
branches: '*'
jobs:
contribution-lint:
name: Contribution Details Validation
Expand All @@ -36,6 +34,6 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run Pull Request Title Validation
uses: JulienKode/pull-request-name-linter-action@v0.5.0
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config commitlint.config.js --verbose
- name: Run Latest Commit Message Validation
run: git log -1 --pretty=format:"%s" | npx commitlint --config commitlint.config.js --verbose
run: git log -1 --no-merges --pretty=format:"%s" | npx commitlint --config commitlint.config.js --verbose

0 comments on commit 305c19b

Please sign in to comment.