Skip to content

chore(deps): update ghost/traffic-analytics docker tag to v1.0.170 #706

chore(deps): update ghost/traffic-analytics docker tag to v1.0.170

chore(deps): update ghost/traffic-analytics docker tag to v1.0.170 #706

Workflow file for this run

---
name: "ShellCheck"
on:
pull_request:
push:
branches:
- main
- renovate/*
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +