Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 9, 2024
1 parent 37e620f commit 5d48de5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@ on:
- main

jobs:
lint_and_fix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install black isort flake8
- name: Run black
run: black .

- name: Run isort
run: isort .

- name: Run flake8 (lint only)
run: flake8 .

pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d48de5

Please sign in to comment.