Skip to content

Commit

Permalink
simplified my workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xEdziu committed May 12, 2024
1 parent 41da855 commit 7d86df8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ jobs:
python-version: ["3.11"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install mido
pip install ctype
pip install argparse
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') | tee pylint_output.txt
grep 'rated at' pylint_output.txt | awk '{print $7}' > pylint_score.txt
- uses: Silleellie/pylint-github-action@v2
with:
lint-path: midi2key.py
Expand Down

0 comments on commit 7d86df8

Please sign in to comment.