Skip to content

Repository that stores the StratusGrid Github workflows

License

Notifications You must be signed in to change notification settings

StratusGrid/workflow-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Us | Stratusphere FinOps | StratusGrid Home | Blog

workflow-config

Repository that stores the StratusGrid github workflows.

Usage

Add this file in your .github/workflows folder

name: Pre-Commit

on:
  pull_request:

jobs:
  build:
    uses: StratusGrid/workflow-config/.github/workflows/pre-commit.yml@main

change the path to the workflow you want to use.