mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 21:00:36 +02:00
Compare commits
1 Commits
renovate/s
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9cad27525 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
no_commit: True
|
no_commit: True
|
||||||
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
|
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v7
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Adjusted files for isort & autopep
|
commit_message: Adjusted files for isort & autopep
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Git Version
|
- name: Git Version
|
||||||
uses: PaulHatch/semantic-version@v5.4.0
|
uses: PaulHatch/semantic-version@v6.0.2
|
||||||
id: git_version
|
id: git_version
|
||||||
with:
|
with:
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user