Skip to content

style(projects): update styles #13

style(projects): update styles

style(projects): update styles #13

Workflow file for this run

name: "Check PR Spell"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr-spell-check:
uses: oomol/workflows/.github/workflows/cspell-check.yml@v0

Check failure on line 15 in .github/workflows/pr-spell-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-spell-check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-spell-check.yml" -> "oomol/workflows/.github/workflows/cspell-check.yml@v0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
pr-title: true
pr-body: true
code: false