Quick tool to check if we are inside a CI environment
Find a file
Jonatan Nilsson 67da8c7d19
All checks were successful
/ deploy (push) Successful in 24s
package: Whoops, fix a bug
2024-11-22 05:26:41 +00:00
.forgejo/workflows forgejo: Fix ci testing 2024-11-22 05:10:06 +00:00
.gitignore Initial commit 2024-11-18 23:24:04 +00:00
.npmrc remove package-lock.json 2024-11-19 00:03:24 +00:00
build.sh Minimize it further and clean it up 2024-11-22 05:08:16 +00:00
in.js Minimize it further and clean it up 2024-11-22 05:08:16 +00:00
LICENSE Initial commit 2024-11-18 23:24:04 +00:00
not.js Minimize it further and clean it up 2024-11-22 05:08:16 +00:00
package.json package: Whoops, fix a bug 2024-11-22 05:26:41 +00:00
README.md readme: Update docs a bit to be clearer 2024-11-22 05:13:45 +00:00
test.mjs Minimize it further and clean it up 2024-11-22 05:08:16 +00:00

inside-ci

Quick tool to check if we are inside a CI environment

API

insideCi()

Returns true if inside CI. Otherwise returns false.

CLI

inside-ci or in-ci

Returns error code 0 if inside CI.

  • in-ci && echo 'running inside CI'

not-ci

Inverse of the above:

not-ci && husky install