cplay-ng

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

commit
e1e20b88023b3a25c34ba0b576cc97503c8e0a3e
parent
758ffa1a1cd786d27ab2cec0ed44cdb463837a17
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-22 18:53
setup github actions

Diffstat

A .github/workflows/main.yml 11 +++++++++++

1 files changed, 11 insertions, 0 deletions


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

@@ -0,0 +1,11 @@
   -1     1 on: [push]
   -1     2 jobs:
   -1     3   lint:
   -1     4     runs-on: ubuntu-latest
   -1     5     steps:
   -1     6     - uses: actions/checkout@v3
   -1     7     - uses: actions/setup-python@v4
   -1     8     - run: pip install ruff
   -1     9     - name: linters
   -1    10       run: |
   -1    11         ruff cplay.py