Skip to content

Bump shlex from 1.1.0 to 1.3.0 #72

Bump shlex from 1.1.0 to 1.3.0

Bump shlex from 1.1.0 to 1.3.0 #72

Workflow file for this run

# Spellcheck workflow configuraiton
# Documented in depth:
# - https://github.com/marketplace/actions/github-spellcheck-action
name: spellcheck
on:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.29.0
name: Spellcheck
with:
config_path: .github/config/spellcheck.yml
task_name: Markdown
output_file: spellcheck-output.txt