Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
path
  • Loading branch information
ankush committed Oct 22, 2021
1 parent 53c4b80 commit 752e527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:


- name: Download Semgrep rules
run: git clone --depth 1 https://github.com/frappe/frappe-semgrep-rules.git ~/frappe-semgrep-rules
run: git clone --depth 1 https://github.com/frappe/frappe-semgrep-rules.git

- uses: returntocorp/semgrep-action@v1
env:
SEMGREP_TIMEOUT: 120
with:
config: >-
r/python.lang.correctness
~/frappe-semgrep-rules
./frappe-semgrep-rules/rules
- name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.3

0 comments on commit 752e527

Please sign in to comment.