Skip to content

ci: split pre-commit config by ankush [frappe] PR#24437

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

From: https://github.com/frappe/frappe/pull/24437
Date: 2024-01-17 19:27:24+00:00



Diagnostics

Conflicts detected for source commit: 885fab62f2ee7ac0656f1a5810ca897ad555844a
- DU .github/workflows/linters.yml
Cleaning files from denylist:
 .github/workflows/linters.yml    | 97 ++++++++++++++++++++++++++++++++++++++++
 .github/workflows/pre-commit.yml | 26 +++++++++++
 2 files changed, 123 insertions(+)



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

# 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