https://github.com/redhat-actions/common
Repository for shared config files, actions and planning.
https://github.com/redhat-actions/common
actions eslint typescript webpack
Last synced: about 1 year ago
JSON representation
Repository for shared config files, actions and planning.
- Host: GitHub
- URL: https://github.com/redhat-actions/common
- Owner: redhat-actions
- License: mit
- Created: 2020-11-16T14:53:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T12:18:47.000Z (about 2 years ago)
- Last Synced: 2025-04-11T17:44:27.135Z (about 1 year ago)
- Topics: actions, eslint, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 3
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Hat Actions Common
[](https://github.com/redhat-actions/common/actions)
[](https://github.com/redhat-actions/common/actions)
[](https://github.com/redhat-actions/common/actions)
[](https://github.com/redhat-actions/common/tags)
[](./LICENSE)
This repository contains the common Actions and config files for developing the Red Hat GitHub Actions.
- [action-io-generator](./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](./bundle-verifier) is a JavaScript Action that makes sure your JavaScript action's committed distribution bundle is up-to-date.
- [commit-data](./commit-data) is a Docker Action that outputs some commonly needed data about the current workflow's HEAD commit.
- [config-files](./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.