cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
876ffe42ff33806d4eb24fe5322b0cc6defcbd6a
parent
ebf16448570d1d32af8c9a1688de5c6bf1606739
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-07-18 09:10
adapt to ruff changes

Diffstat

M .github/workflows/main.yml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -7,7 +7,7 @@ jobs:
    7     7     - uses: actions/setup-python@v5
    8     8     - run: python3 -m pip install ruff
    9     9     - name: linters
   10    -1       run: ruff cplay.py
   -1    10       run: ruff check cplay.py
   11    11   publish:
   12    12     needs: [lint]
   13    13     if: startsWith(github.ref, 'refs/tags')