Skip to content

Shellcheck compliance #2

Shellcheck compliance

Shellcheck compliance #2

Workflow file for this run

on:
push:
branches:
- master
name: "Trigger: Push action"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Trigger: Push action

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 17, Col: 13): Unexpected value '' .github/workflows/main.yml (Line: 18, Col: 9): Unexpected value 'SHELLCHECK_OPTS'

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Trigger: Push action

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 17, Col: 13): Unexpected value '' .github/workflows/main.yml (Line: 18, Col: 9): Unexpected value 'SHELLCHECK_OPTS'
SHELLCHECK_OPTS: -e SC1090 -e SC2009