paralel indirme remaster + mute ytdlp #99
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [pull_request, push] | |
name: Hata kontrolü ve lint | |
jobs: | |
gitHubActionForPylint: | |
name: pylint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: GitHub Action for pylint | |
uses: cclauss/GitHub-Action-for-pylint@master | |
with: | |
args: | | |
pip install --upgrade pyOpenSSL; | |
grep -v py7zr requirements.txt > req2.txt; | |
pip install -r req2.txt; | |
pylint --ignored-modules py7zr -E **/*.py && | |
pylint --ignored-modules py7zr turkanime_api/ --fail-under 8.2 && | |
pylint --ignored-modules py7zr turkanime.py --fail-under 9.2 |