Skip to content

refactor(ci): all workflows.*.yml #119

refactor(ci): all workflows.*.yml

refactor(ci): all workflows.*.yml #119

Workflow file for this run

name: CI/CD Pipeline
permissions:
contents: write
id-token: write
pages: write
pull-requests: write
on:
pull_request:
push:
branches:
- main
- alpha
- beta
- canary
- pre/rc
jobs:
lint:
uses: kurocado-studio/styleguide/.github/workflows/workflow.lint.yml@main
secrets: inherit
test:
needs: lint
uses: kurocado-studio/styleguide/.github/workflows/workflow.test.yml@main

Check failure on line 26 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "kurocado-studio/styleguide/.github/workflows/workflow.test.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
document:
needs: test
uses: kurocado-studio/styleguide/.github/workflows/workflow.document.yml@main
secrets: inherit
release:
needs: document
uses: kurocado-studio/styleguide/.github/workflows/workflow.release.yml@main
secrets: inherit