macobo / common

Repository for shared config files, actions and planning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat Actions Common

action-io-generator CI bundle-verifier CI commit-data CI

Tag License

This repository contains the common Actions and config files for developing the Red Hat GitHub Actions.

  • action-io-generator is an NPM package and (soon to be) Docker Action that makes sure your JavaScript action uses the same Inputs and Outputs defined in your action.yml.
  • bundle-verifier is a JavaScript Action that makes sure your JavaScript action's committed distribution bundle is up-to-date.
  • commit-data is a Docker Action that outputs some commonly needed data about the current workflow's HEAD commit.
  • config-files contains our shared TypeScript, ESLint, and Webpack configs.

It is also used for tracking issues that don't fit into another, more specific repository.

About

Repository for shared config files, actions and planning.

License:MIT License


Languages

Language:TypeScript 51.0%Language:JavaScript 36.7%Language:Shell 10.9%Language:Dockerfile 1.3%