Skip to content

conversion-script: do not convert symlinks #31

conversion-script: do not convert symlinks

conversion-script: do not convert symlinks #31

Workflow file for this run

---
name: Shell Linting
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
paths-ignore:
- '.github/workflows/**'
- '**.svg'
pull_request:
paths-ignore:
- '.github/workflows/**'
- '**.svg'
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@96fa305c16b0f9cc9b093af22dcd09de1c8f1c2d # v1.19.0
with:
filter_mode: "file"
fail_on_error: true
check_all_files_with_shebangs: true