2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 22:31:07 +00:00
frappe_docker/.github/workflows/lint.yml

17 lines
228 B
YAML
Raw Normal View History

2021-11-04 12:31:49 +00:00
name: Lint
on:
push:
2021-11-05 16:36:47 +00:00
branches:
- main
pull_request:
branches:
- main
2021-11-04 12:31:49 +00:00
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ludeeus/action-shellcheck@master