Skip to content

Add Regexp handler to predicate builder #6

Add Regexp handler to predicate builder

Add Regexp handler to predicate builder #6

name: Devcontainer Shellcheck
on:
pull_request:
paths:
- ".devcontainer/**/*.sh"
push:
paths:
- ".devcontainer/**/*.sh"
permissions:
contents: read
jobs:
devcontainer_shellcheck:
name: Devcontainer Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v4
- name: Lint Devcontainer Scripts
run: |
find .devcontainer/ -name '*.sh' -print0 | xargs -0 shellcheck