.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

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

Loading…
Cancel
Save