Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixBenning committed Feb 27, 2024
1 parent 4b391b6 commit 7ef70df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Install library
run: poetry install --no-interaction

- name: Analysing the code with pylint
- name: Linting code
run: |
poetry run pylint pyrfd
poetry run flake8 pyrfd
poetry run black --check pyrfd

0 comments on commit 7ef70df

Please sign in to comment.