File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 59
59
dotnet fantomless --recurse .
60
60
git diff --exit-code
61
61
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
-
77
62
package :
78
63
name : Package (Nuget)
79
64
needs : sanity_check
You can’t perform that action at this time.
0 commit comments