2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-09 15:38:28 +00:00
2021-11-05 19:36:47 +03:00

17 lines
228 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