Skip to content

Latest commit

 

History

713 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions

This repository contains several reusable composite GitHub Actions.

Modules

Module Purpose
asdf-install Installs the asdf CLI and adds it to PATH.
asdf-tools Installs asdf and tool versions from .tool-versions.
confluence Syncs a folder of markdown docs to Confluence pages and attachments.
docker-build-push Builds and pushes a Docker image, with optional Trivy scanning.
npm-packages Runs npm install across one or more package directories.
oc-login Ensures oc exists and logs into an OpenShift cluster.
pnpm-packages Runs pnpm install across one or more package directories.
pre-commit Runs pre-commit and can commit hook-generated changes.
precommit Compatibility wrapper that delegates to pre-commit.
release-tag Generates release candidate PRs from semantic versioning rules.
yarn-packages Runs yarn install across one or more package directories.

Root Action

The root action.yml is a compatibility wrapper around docker-build-push. New usage should prefer the explicit module path:

uses: egose/actions/docker-build-push@main

The precommit path is a compatibility wrapper around pre-commit.

Validation

Run the repository checks locally with:

npm run actionlint
npm run test:shell

About

Set of common GitHub Actions

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages