2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-13 17:38:29 +00:00

17 lines
228 B
YAML
Raw Normal View History

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