Skip to content

remove upstreamed packages, which are now in the community-packages #76

remove upstreamed packages, which are now in the community-packages

remove upstreamed packages, which are now in the community-packages #76

Workflow file for this run

---
name: Shell Linting
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
paths-ignore:
- '.github/workflows/**'
pull_request:
paths-ignore:
- '.github/workflows/**'
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
# Make sure the action is pinned to a commit, as all reviewdog repos
# have hundreds of contributors with write access (breaks easy/often)
uses: reviewdog/action-shellcheck@52f34f737a16c65b8caa8c51ae1b23036afe5685 # v1.23.0
with:
filter_mode: "file"
fail_on_error: true
check_all_files_with_shebangs: true