Skip to content

Start setting up initial renovate config #66

Start setting up initial renovate config

Start setting up initial renovate config #66

Workflow file for this run

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