2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 19:19:02 +00:00
frappe_docker/.github/workflows/lint.yml

23 lines
322 B
YAML

name: Lint
on:
push:
branches:
- main
paths:
- "*.sh"
pull_request:
branches:
- main
paths:
- "*.sh"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ludeeus/action-shellcheck@1.1.0
env:
SHELLCHECK_OPTS: -x