Skip to content

Feature: Implement Self-Update Feature with Comprehensive Testing and Documentation #56

Feature: Implement Self-Update Feature with Comprehensive Testing and Documentation

Feature: Implement Self-Update Feature with Comprehensive Testing and Documentation #56

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