Skip to content

xseed.sh v2.1.1 fix initial logging #23

xseed.sh v2.1.1 fix initial logging

xseed.sh v2.1.1 fix initial logging #23

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
name: Run ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +