Skip to content

Commit

Permalink
CI: remove commitlint sanity check (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Mar 31, 2024
1 parent f488d76 commit f110b6f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,6 @@ jobs:
dotnet fantomless --recurse .
git diff --exit-code
- name: Install dependencies of commitlint
run: |
sudo apt update
sudo apt install --yes git npm
- name: Pull our commitlint configuration
run: |
git clone https://github.com/nblockchain/conventions.git
rm -rf ./conventions/.git/
- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: ./conventions/commitlint.sh --from HEAD~1 --to HEAD --verbose
- name: Validate PR commits with commitlint
if: github.event_name == 'pull_request'
run: ./conventions/commitlint.sh --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

package:
name: Package (Nuget)
needs: sanity_check
Expand Down

0 comments on commit f110b6f

Please sign in to comment.