Skip to content

Add gcopen command #428

Add gcopen command

Add gcopen command #428

Workflow file for this run

name: Lint
on: push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Display shellcheck version
run: shellcheck --version
- name: shellcheck
run: |
shellcheck -- **/*.sh
shellcheck -- bin/*
shellcheck --exclude SC2148 .bash_profile .bashrc