Skip to content

chore: update pinned SHA in README to da4a2b4d6b09d6c8bd873e631d8d5ac45d9da73e #1

chore: update pinned SHA in README to da4a2b4d6b09d6c8bd873e631d8d5ac45d9da73e

chore: update pinned SHA in README to da4a2b4d6b09d6c8bd873e631d8d5ac45d9da73e #1

Workflow file for this run

name: CI
# Companion to ci.yml. When a pull request only touches documentation or other
# path-ignored files, ci.yml is skipped entirely and its required "Shellcheck"
# check never reports — which blocks the PR from merging. This workflow runs on
# exactly those ignored paths and emits a passing check with the same job name,
# so the required status is always satisfied without a manual bypass.
on:
pull_request:
paths:
- '**.md'
- 'LICENSE'
- '.github/FUNDING.yml'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: No shell scripts changed
run: echo "Documentation-only change; no shell scripts to lint."