-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update python-ci.yml * Update rust-ci.yml * Update eslint-no-fail.yml
- Loading branch information
1 parent
01a11b3
commit c856fee
Showing
3 changed files
with
18 additions
and
10 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,17 +1,19 @@ | ||
name: Python lint | ||
name: Python CI | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
lint: | ||
editor-blender-lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: isort/isort-action@v1 | ||
- name: isort | ||
uses: isort/isort-action@v1 | ||
with: | ||
requirements-files: "./editor-blender/requirements.txt" | ||
sort-paths: "./editor-blender" | ||
- uses: psf/black@stable | ||
- name: black | ||
uses: psf/black@stable | ||
with: | ||
options: "--check --verbose" | ||
src: "./editor-blender" | ||
src: "./editor-blender" |
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