Skip to content

Update plugins of PSH and do some general changes #143

Update plugins of PSH and do some general changes

Update plugins of PSH and do some general changes #143

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
run: |
bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh'