This website requires JavaScript.
Explore
Help
Sign in
TheThing
/
inside-ci
Watch
1
Star
0
Fork
You've already forked inside-ci
0
Code
Issues
Pull requests
Projects
Releases
7
Packages
Wiki
Activity
Actions
d46e0d834e
inside-ci
/
not.js
3 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implemented new cli: in-ci and not-ci
2024-11-19 10:44:37 +00:00
#!/usr/bin/env node
Minimize it further and clean it up
2024-11-22 05:02:56 +00:00
process
.
exit
(
!
require
(
"./in.js"
)
.
insideCi
(
)
?
0
:
1
)
Reference in a new issue
Copy permalink