Files
XenOrchestraInstallerUpdater/.github/workflows/lint.yml
Roni Väyrynen 8be35463cd Merge pull request #219 from ronivay/dependabot/github_actions/luizm/action-sh-checker-0.8.0
chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.8.0
2024-02-24 12:38:56 +02:00

23 lines
446 B
YAML

name: 'lint'
on:
pull_request:
paths:
- 'xo-install.sh'
- 'xo-vm-import.sh'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run shellcheck
uses: ludeeus/action-shellcheck@2.0.0
- name: run shfmt
uses: luizm/action-sh-checker@v0.8.0
env:
SHFMT_OPTS: -d
with:
sh_checker_comment: false
sh_checker_shellcheck_disable: true