Skip to content

msfred/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Templates repository

Hosts the reusable workflows available to all repositories in the organization

Sample

For an example of a workflow that references a reusable workflow, see the starter-template workflow located at https://github.com/msfred/.github/blob/main/workflow-templates/react-cicd.yml.

Usage

jobs:
  # Build React app
  build:
    name: Build React app
    uses: msfred/templates/.github/workflows/build-react.yml@main
    with:
      project: MyReactApp
    secrets:
      token: ${{ secrets.token }}

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published