Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Jun 22, 2024
1 parent ec76fa2 commit 2322486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/format_and_lint_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Format and lint code
name: Lint code
on:
pull_request:
permissions:
Expand All @@ -15,5 +15,7 @@ jobs:
python-version: '3.x'
- name: Run Black
uses: psf/black@stable
with:
options: "--check --diff -S"
- name: Run Flake8
run: flake8 .

0 comments on commit 2322486

Please sign in to comment.