.yml
pull/29/head
cvnertnc 2 years ago committed by GitHub
parent 148b2dfdf1
commit c112986869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,9 +4,17 @@
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on:
# pull_request
on:
workflow_call:
inputs:
from_ci:
type: boolean
required: false
default: true
workflow_dispatch:
# pull_request
permissions: {}
jobs:
codespell:

Loading…
Cancel
Save