Hosted Weblate
pirms 1 nedēļas
vecāks
revīzija
380007d252
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: A3FAAA06E6569B4C
5 mainītis faili ar
5 papildinājumiem un
5 dzēšanām
-
.github/workflows/black.yml
-
.github/workflows/i18n.yml
-
.github/workflows/manpage.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
|
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
|
|
|
|
@@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
|
|
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
name: Check |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
|
|
- name: Compile man pages |
|
|
|
run: | |
|
|
|
|
|
|
|
@@ -9,7 +9,7 @@ jobs: |
|
|
|
name: Build and Release to PyPI |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
|
|
|
|
@@ -26,7 +26,7 @@ jobs: |
|
|
|
|
|
|
|
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
|