Skip to content

chore(spell): update cspell.json #179

chore(spell): update cspell.json

chore(spell): update cspell.json #179

Workflow file for this run

---
on: [push]
jobs:
SHELLCHECK:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Shellcheck
run: |
echo "Installing shellcheck..."
sudo apt update
sudo apt install shellcheck
- name: Run Shellcheck
run: |
echo "Linting with shellcheck"
shellcheck ./**/*.sh