Skip to content

Commit f110b6f

Browse files
authored
CI: remove commitlint sanity check (#12)
1 parent f488d76 commit f110b6f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/CI.yml

-15
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,6 @@ jobs:
5959
dotnet fantomless --recurse .
6060
git diff --exit-code
6161
62-
- name: Install dependencies of commitlint
63-
run: |
64-
sudo apt update
65-
sudo apt install --yes git npm
66-
- name: Pull our commitlint configuration
67-
run: |
68-
git clone https://github.com/nblockchain/conventions.git
69-
rm -rf ./conventions/.git/
70-
- name: Validate current commit (last commit) with commitlint
71-
if: github.event_name == 'push'
72-
run: ./conventions/commitlint.sh --from HEAD~1 --to HEAD --verbose
73-
- name: Validate PR commits with commitlint
74-
if: github.event_name == 'pull_request'
75-
run: ./conventions/commitlint.sh --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
76-
7762
package:
7863
name: Package (Nuget)
7964
needs: sanity_check

0 commit comments

Comments
 (0)