purge github mirror badge
Some checks failed
CI / shellcheck (push) Failing after 16s

This commit is contained in:
Matthias Johnson 2026-02-16 20:36:13 -07:00
parent f393941a37
commit 8a3939bf11

View file

@ -16,3 +16,9 @@ jobs:
run: apt-get update && apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck systab
- name: Purge GitHub mirror badge cache
run: |
curl -sL https://github.com/opennomad/systab \
| grep -oP 'https://camo\.githubusercontent\.com/[^"]+' \
| sort -u \
| xargs -I{} curl -sX PURGE '{}'