Skip to content

Commit

Permalink
chore(ci): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fralps committed Oct 20, 2023
1 parent 6a6f81b commit 8d78cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pylint
on: [push]

jobs:
build:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,6 +15,6 @@ jobs:
run: |
pip install --upgrade pip
pip3 install requests python-dotenv Flask flask-cors pylint
- name: 🔬 Analysing the code with pylint
- name: 🔬 Analysing code with Pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 8d78cb5

Please sign in to comment.