Skip to content

Debug

Debug #52

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install ShellCheck
run: sudo apt-get install shellcheck
- name: Run ShellCheck
run: shellcheck --severity=error --exclude=SC2148 **/*.sh