Skip to content

Fix gbd func by using cut which emits a NUL delimited list that fzf l… #396

Fix gbd func by using cut which emits a NUL delimited list that fzf l…

Fix gbd func by using cut which emits a NUL delimited list that fzf l… #396

Workflow file for this run

name: Run shellcheck on shell scripts
on: [push]
jobs:
lint:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -P **/*.sh