Procházet zdrojové kódy

Merge remote-tracking branch 'origin/master'

tags/v1.0.0
Hosted Weblate před 5 měsíci
rodič
revize
380007d252
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A3FAAA06E6569B4C
5 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/i18n.yml
  3. +1
    -1
      .github/workflows/manpage.yml
  4. +1
    -1
      .github/workflows/release.yml
  5. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/black.yml Zobrazit soubor

@@ -12,7 +12,7 @@ jobs:


name: Code Style name: Code Style
steps: steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: '3.x' python-version: '3.x'


+ 1
- 1
.github/workflows/i18n.yml Zobrazit soubor

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:


+ 1
- 1
.github/workflows/manpage.yml Zobrazit soubor

@@ -12,7 +12,7 @@ jobs:
name: Check name: Check


steps: steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6


- name: Compile man pages - name: Compile man pages
run: | run: |


+ 1
- 1
.github/workflows/release.yml Zobrazit soubor

@@ -9,7 +9,7 @@ jobs:
name: Build and Release to PyPI name: Build and Release to PyPI
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6


- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6


+ 1
- 1
.github/workflows/tests.yml Zobrazit soubor

@@ -26,7 +26,7 @@ jobs:


name: Python ${{ matrix.python-version }} on ${{ matrix.os }} name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6


- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6


Načítá se…
Zrušit
Uložit