Skip to content

add word for cspell #44

add word for cspell

add word for cspell #44

Workflow file for this run

name: CI
on:
pull_request: # any pull request
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Shellcheck
uses: ludeeus/action-shellcheck@2.0.0 # cspell:words ludeeus
env:
SHELLCHECK_OPTS: -s bash
with:
additional_files: >-
direnvrc
executable_*
*.zsh-theme
dot_profile
dot_zprofile
dot_zshrc
spellcheck:
uses: finleyfamily/workflows/.github/workflows/spellcheck.yml@master
with:
node-version: '20'