Skip to content

Merge pull request #183 from sfxonline/jhit-patch-1 #251

Merge pull request #183 from sfxonline/jhit-patch-1

Merge pull request #183 from sfxonline/jhit-patch-1 #251

Workflow file for this run

name: Linting
on:
push:
branches:
- v1
pull_request:
jobs:
lint:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x