Skip to content

fix(deps): update module github.com/spf13/cobra to v1.10.1 #47

fix(deps): update module github.com/spf13/cobra to v1.10.1

fix(deps): update module github.com/spf13/cobra to v1.10.1 #47

Workflow file for this run

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