Skip to content

chore(config): syncs config #7

chore(config): syncs config

chore(config): syncs config #7

Workflow file for this run

name: CI/CD Pull Request Pipeline
permissions:
contents: write
pull-requests: write
on:
pull_request:
jobs:
lint:
uses: kurocado-studio/devops/.github/workflows/workflow.lint.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
monorepo: true
test:
needs: lint
uses: kurocado-studio/devops/.github/workflows/workflow.test.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
monorepo: true