Skip to content
/ is-ci Public

Lightweight and dead-simple CI detection.

License

Notifications You must be signed in to change notification settings

wesleimp/is-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-ci

Lightweight and dead-simple CI detection for golang.

This mod is based on the @npmcli/ci-detect package.

Install

go get -u github.com/wesleimp/is-ci

Example

if isci.Check() {
  // do something
}

LICENSE

MIT