Skip to content

feat: allow hooks in the docker image #9

feat: allow hooks in the docker image

feat: allow hooks in the docker image #9

Workflow file for this run

name: Shellcheck
on:
pull_request:
paths:
- "rootfs/setup*"
permissions:
contents: read
jobs:
lint:
name: Shell Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ShellCheck
working-directory: rootfs
uses: ludeeus/action-shellcheck@master

Check failure on line 20 in .github/workflows/shell-lint.yml

View workflow run for this annotation

GitHub Actions / Shellcheck

Invalid workflow file

The workflow is not valid. .github/workflows/shell-lint.yml (Line: 20, Col: 9): Unexpected value 'uses' .github/workflows/shell-lint.yml (Line: 21, Col: 9): Unexpected value 'with'
with:
args: -x