Skip to content

wsl: enable networkingMode=mirrored and appendWindowsPath #163

wsl: enable networkingMode=mirrored and appendWindowsPath

wsl: enable networkingMode=mirrored and appendWindowsPath #163

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
env:
SHELLCHECK_OPTS: -e SC1090 -e SC1091
uses: bewuethr/shellcheck-action@v2