Skip to content

fix: reset s:is_wsl after calling (un)install #244

fix: reset s:is_wsl after calling (un)install

fix: reset s:is_wsl after calling (un)install #244

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
shellcheck:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Shellcheck
run: find . -iname "*.sh" -exec shellcheck "{}" "+"