Skip to content

shellcheck

shellcheck #10

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: '.github/workflows/scripts'
scandir: './script'

Check failure on line 21 in .github/workflows/shellcheck.yaml

View workflow run for this annotation

GitHub Actions / shellcheck

Invalid workflow file

The workflow is not valid. .github/workflows/shellcheck.yaml (Line: 21, Col: 11): 'scandir' is already defined