Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Nov 9, 2023
1 parent 98e49cd commit a5cb9d7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -26,10 +26,16 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

# Install your linters here
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install Python dependencies
run: pip install black flake8

- name: Run linters
uses: wearerequired/lint-action@v2
with:
# Enable your linters here
black: true
flake8: false

0 comments on commit a5cb9d7

Please sign in to comment.