Skip to content

chore(config): initial commit #2

chore(config): initial commit

chore(config): initial commit #2

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