Skip to content

fix: do not run chown recursively to mounts dir with non-root user #135

fix: do not run chown recursively to mounts dir with non-root user

fix: do not run chown recursively to mounts dir with non-root user #135

Workflow file for this run

name: 'lint'
on:
pull_request:
paths:
- 'xo-install.sh'
- 'xo-vm-import.sh'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run shellcheck
uses: ludeeus/[email protected]
- name: run shfmt
uses: luizm/[email protected]
env:
SHFMT_OPTS: -d
with:
sh_checker_comment: false
sh_checker_shellcheck_disable: true