-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from TheoMF/gepetuto_hooks_#43
Gepetuto hooks
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
- id: generate-action | ||
name: use the generate action on the repo | ||
entry: gepetuto -a generate | ||
name: generate-action | ||
entry: gepetuto -a generate -f | ||
language: python | ||
description: Add snippet code in generated folder, add them in .ipynb file if written to load them. | ||
- id: lint-action | ||
name: use the lint action on the repo | ||
entry: gepetuto -a lint | ||
name: lint-action | ||
entry: gepetuto -a lint -f | ||
language: python | ||
description: Prevent from linting errors. | ||
- id: test-action | ||
name: use the test action on the repo | ||
entry: gepetuto -a test | ||
name: test-action | ||
entry: gepetuto -a test -f | ||
language: python | ||
description: Prevent from errors in python scripts. |