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 # defaultBuilds 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