brotherton-erpnext/.github/workflows/linters.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
692 B
YAML
Raw Normal View History

2021-09-01 10:22:16 +00:00
name: Linters
on:
pull_request: { }
jobs:
2021-09-01 10:22:16 +00:00
linters:
name: linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-09-01 10:22:16 +00:00
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.3
2021-10-20 09:23:49 +00:00
- name: Download Semgrep rules
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules
2021-10-20 09:23:49 +00:00
- uses: returntocorp/semgrep-action@v1
env:
SEMGREP_TIMEOUT: 120
with:
config: >-
r/python.lang.correctness
./frappe-semgrep-rules/rules