Skip to content

[clean] Explicit the repository to use when invoking local reusable workflows #509

[clean] Explicit the repository to use when invoking local reusable workflows

[clean] Explicit the repository to use when invoking local reusable workflows #509

name: Scripts quality CI
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- 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-22.04
steps:
- uses: actions/checkout@v4
- name: Check misspellings
uses: codespell-project/actions-codespell@v1
with:
builtin: clear,rare
check_filenames: true
yamllint:
name: Check yaml files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: yamllint .