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

https://github.com/nhooyr/ci

Scripts I find myself constantly using across CIs.
https://github.com/nhooyr/ci

ci scripts shell

Last synced: about 1 month ago
JSON representation

Scripts I find myself constantly using across CIs.

Awesome Lists containing this project

README

          

# ci

[![ci](https://github.com/nhooyr/ci/workflows/ci/badge.svg)](https://github.com/nhooyr/ci/actions?query=workflow%3Aci)

This repository contains scripts I find myself constantly using across CIs.

It currently contains a script to format and lint generic repositories with
my preferred settings and a script to test Go packages with my preferred
settings.

To use it copy the contents of the example directory to your repository.

And run `git submodule add https://github.com/nhooyr/ci ci/ci`.