Skip to content

chore: mock http client #55

chore: mock http client

chore: mock http client #55

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 {} +