Skip to content

dragunovartem99/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pipes

Workflows

CI (ci.yaml)

Runs format, types, lint, and test checks. All steps are enabled by default and can be individually disabled

jobs:
    pipes:
        uses: dragunovartem99/pipes/.github/workflows/ci.yaml@main
        with:
            run-format: true  # default
            run-types: true   # default
            run-lint: true    # default
            run-test: true    # default

Deploy (deploy.yaml)

Builds and deploys a static site to GitHub Pages

The caller workflow must grant the required permissions:

permissions:
    contents: read
    pages: write
    id-token: write
jobs:
    pipes:
        uses: dragunovartem99/pipes/.github/workflows/deploy.yaml@main
        with:
            build-command: build  # default
            dist-folder: ./dist   # default
            node-version: lts/*   # default

About

Reusable GitHub workflows for automating CI/CD pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages