frappe_docker/.github/workflows/lint.yml
2021-11-08 20:31:15 +03:00

18 lines
275 B
YAML

name: Lint
on:
push:
# branches:
# - main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x