Skip to content

refactor(config): next release #117

refactor(config): next release

refactor(config): next release #117

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
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
secrets: inherit
document:
needs: [test]
uses: kurocado-studio/styleguide/.github/workflows/workflow.document.yml@main

Check failure on line 27 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.document.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
release:
needs: [document]
uses: kurocado-studio/styleguide/.github/workflows/workflow.release.yml@main
secrets: inherit