Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
chain-break-false.expect
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
expect
9 lines
166 Bytes
Copy permalink
Copy
Raw
1
2 if condition not satisfied
2
3 then
3
4 echo it did not work...
4
5 echo failed!
5
6 false
6
7 else
7
8 echo it went okay ?!LINT: missing '&&'?!
8
9 congratulate user
9
10 fi