dependabot[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
4 deletions
-
.github/workflows/black.yml
-
.github/workflows/i18n.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: 3.9 |
|
|
|
- uses: psf/black@21.8b0 |
|
|
|
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
- name: Install dependencies |
|
|
|
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
|
|
|
|
|
|
@@ -31,7 +31,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|