Skip to content
forked from kubefin/actions

A collection of reusable Github Actions workflows

License

Notifications You must be signed in to change notification settings

mrhello369/actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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