Skip to content

feat: add in helper function to upload to katbin #483

feat: add in helper function to upload to katbin

feat: add in helper function to upload to katbin #483

Workflow file for this run

on: [push, pull_request]
name: ShellCheck scripts
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck.
run: |
while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files