Skip to content

Merge pull request #212 from red-hat-storage/sync_ds--main #524

Merge pull request #212 from red-hat-storage/sync_ds--main

Merge pull request #212 from red-hat-storage/sync_ds--main #524

---
name: odf-must-gather sanity checks
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './collection-scripts'
env:
SHELLCHECK_OPTS: -e SC2181
code-spell:
name: verify code spellings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_list: xdescribe,contails,shouldnot
path: collection-scripts