Skip to content

add spell check

add spell check #12

---
name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- develop
jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/[email protected]

Check failure on line 12 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-drafter.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-drafter.yml" -> "nolte/gh-plumbing/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
secrets:
token: ${{ secrets.GITHUB_TOKEN }}