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.
- Host: GitHub
- URL: https://github.com/nhooyr/ci
- Owner: nhooyr
- License: mit
- Created: 2020-07-18T06:56:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T14:11:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T01:46:27.395Z (over 1 year ago)
- Topics: ci, scripts, shell
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ci
[](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`.