Categorygithub.com/manzanit0/monocrat
module
0.0.0-20240517080640-41b062771ca2
Repository: https://github.com/manzanit0/monocrat.git
Documentation: pkg.go.dev

# README

Monocrat

Monocrat is a collection of GitHub application prototypes for different purposes. Currently there are two available:

  • ci-check: Showcases how to use the Checks API to run linters and build docker images.
  • deployment-protection-rule: Showcases how to extend the GitHub Deployments feature with custom protection rules

Resources

Hacking

To build the image of a service:

docker build -t monocrat:latest --build-arg SERVICE_PATH=./cmd/deployment-protection-rule .

# Packages

No description provided by the author
No description provided by the author