Skip to content

Add completion for fishshell #64

Add completion for fishshell

Add completion for fishshell #64

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: master
paths:
- '**/**.md'
- '**/wordlist.txt'
- '**/spellcheck.yml'
- '**/spellcheck-config.yml'
pull_request:
branches: master
paths:
- '**/**.md'
- '**/wordlist.txt'
- '**/spellcheck.yml'
- '**/spellcheck-config.yml'
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck
continue-on-error: false
with:
config_path: .github/spellcheck-config.yml