File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 steps :
6666 - name : Checkout
6767 uses : actions/checkout@v4
68+ with :
69+ fetch-depth : 0
6870
6971 - name : Run CI lane
7072 run : |
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ case "$LANE" in
2525 19) grep -q " neural-boundary-core" Cargo.toml ;;
2626 20) grep -q " neural-boundary-web" Cargo.toml ;;
2727 21) grep -q " neural-boundary-cli" Cargo.toml ;;
28- 22) git log HEAD --format=' %ae%n %ce' | grep -q " connect@axonos.org " ;;
28+ 22) ! git log --format=' %an <%ae> %cn < %ce> ' | grep -Ei ' DenisWin|deniswin|wiser1707|denissmartrich ' ;;
2929 23) ! git log main --format=' %an <%ae> %cn <%ce>' | grep -Ei ' DenisWin|deniswin|wiser1707|denissmartrich' ;;
3030 24) ! git status --short | grep . ;;
3131 25) ! git ls-files | grep -E ' (^|/)(target|dist|node_modules|release-assets)/' ;;
You can’t perform that action at this time.
0 commit comments