An open API service indexing awesome lists of open source software.

https://github.com/b4fun/ci

Detect what kind of CI environment the program is in, using Golang.
https://github.com/b4fun/ci

Last synced: about 2 months ago
JSON representation

Detect what kind of CI environment the program is in, using Golang.

Awesome Lists containing this project

README

        

# CI

[![Unit Test](https://github.com/b4fun/ci/actions/workflows/unit-test.yaml/badge.svg)](https://github.com/b4fun/ci/actions/workflows/unit-test.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/b4fun/ci.svg)](https://pkg.go.dev/github.com/b4fun/ci)

Detect what kind of CI environment the program is in, using Golang.

## Original

This project is based on [@npmcli/ci-detect](https://github.com/npm/ci-detect).

## LICENSE

MIT