Skip to content

Remove seldom used plugins and optimize performance #234

Remove seldom used plugins and optimize performance

Remove seldom used plugins and optimize performance #234

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'