This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ci: Skip pre-commit on branch builds
version-14
Gavin D'souza
2 years ago
parent
2eccdad19d
commit
d2a5b8b002
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/linters.yml
+ 2
- 0
.github/workflows/linters.yml
View File
@@ -55,6 +55,8 @@ jobs:
linter:
name: 'Frappe Linter'
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Write
Preview
Loading…
Cancel
Save