Skip to content

feat: allow hooks in the docker image #10

feat: allow hooks in the docker image

feat: allow hooks in the docker image #10

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
uses: ludeeus/action-shellcheck@master
working-directory: rootfs

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 'working-directory'