Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ actions Public archive

A collection of reusable Github Actions workflows

License

Notifications You must be signed in to change notification settings

kubefin/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeFin GitHub Workflows

These workflows are used within the KubeFin project

  • Reusable workflows are under the workflows directory

    They can be used as follows:

    on: [pull_request]
    
    jobs:
      job_name:
        steps:
        - uses: kubefin/actions/.github/workflows/xxx.yml@main  
  • Composite actions have their own unique folder the root of the repo

    They can be used as follows:

    on: [pull_request]
    
    jobs:
      job_name:
        steps:
        # ensure this is under steps
        - uses: kubefin/actions/composite/setup-ko@main

About

A collection of reusable Github Actions workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published