This commit is contained in:
parent
f393941a37
commit
8a3939bf11
1 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,9 @@ jobs:
|
||||||
run: apt-get update && apt-get install -y shellcheck
|
run: apt-get update && apt-get install -y shellcheck
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
run: shellcheck systab
|
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 '{}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue