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 4, 2024
1 parent c6c3e42 commit fdb40f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lent.yaml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ jobs:
run: pip install flake8
- name: Lint with flake8
run: flake8 .
black:
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 black
run: pip install black
- name: Run black
run: black . --check

0 comments on commit fdb40f4

Please sign in to comment.