Skip to content

Metadata workflow wwas checking out the current repository, whe… #278

Metadata workflow wwas checking out the current repository, whe…

Metadata workflow wwas checking out the current repository, whe… #278

name: Scripts quality CI
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2001 -e SC2002
with:
check_together: 'yes'
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check misspellings
uses: codespell-project/actions-codespell@v1
with:
builtin: clear,rare
check_filenames: true