Skip to content

Commit

Permalink
renamed the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DHANUSH N authored Mar 16, 2023
1 parent ec38efa commit d05a9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint
name: Black

on: [push]

Expand All @@ -18,6 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black
- name: Analysing the code with pylint
- name: Formating the code with black
run: |
black $(git ls-files '*.py')

0 comments on commit d05a9f0

Please sign in to comment.