-
-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs]
pre-commit
setup and use (#1107)
## Description Added documentation on how to use `pre-commit` for GEF Fixes #1063 --------- Co-authored-by: Grazfather <[email protected]>
- Loading branch information
1 parent
c9bab34
commit 2c26e33
Showing
2 changed files
with
45 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v5.0.0 | ||
- uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: "3.8" | ||
- uses: pre-commit/[email protected].0 | ||
- uses: pre-commit/[email protected].1 | ||
|
||
docs_link_check: | ||
name: Check URLs in docs | ||
|
@@ -23,9 +23,9 @@ jobs: | |
contents: read | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.6 | ||
- name: Check links | ||
uses: lycheeverse/lychee-action@v1.9.1 | ||
uses: lycheeverse/lychee-action@v1.10.0 | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
with: | ||
|
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