Skip to content

feat: remove seldom used plugins and fix WSL #227

feat: remove seldom used plugins and fix WSL

feat: remove seldom used plugins and fix WSL #227

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'