Skip to content

Port the script to POSIX shell #8

Port the script to POSIX shell

Port the script to POSIX shell #8

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./completion.* ./t/*