File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- //DEPS com.github.nbbrd.heylogs:heylogs-cli:0.6.0
1+ //DEPS com.github.nbbrd.heylogs:heylogs-cli:0.7.1
22public class heylogs {
33 public static void main (String ... args ) throws Exception {
44 nbbrd .heylogs .cli .HeylogsCommand .main (args );
Original file line number Diff line number Diff line change @@ -142,10 +142,9 @@ jobs:
142142 set -e
143143 curl -Ls https://sh.jbang.dev | bash -s - app setup
144144 source ~/.zshrc
145- jbang .github/heylogs.java check CHANGELOG.md > heylogs.txt
146- cat heylogs.txt
147- # We have 7 "valid" issues in CHANGELOG.md
148- grep -q "7 problems" heylogs.txt || exit 1
145+ jbang .github/heylogs.java check CHANGELOG.md | tee heylogs.txt
146+ # We have 2 "valid" issue in CHANGELOG.md
147+ grep -q "2 problems" heylogs.txt || exit 1
149148 tests :
150149 name : Unit tests
151150 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments