Skip to content

ci: split pre-commit and semgrep jobs by ankush [frappe] PR#39445

Bot Dokos requested to merge ft-pr-39445 into develop

From: https://github.com/frappe/erpnext/pull/39445
Date: 2024-01-17 19:27:47+00:00



Diagnostics

Conflicts detected for source commit: ef7aefeb456156f1f9dc362f26ba33ab226e56b4
- DU .github/workflows/linters.yml
Cleaning files from denylist:
 .github/workflows/linters.yml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39445

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports