Skip to content

Commit

Permalink
Merge pull request #77 from freelawproject/update-lint
Browse files Browse the repository at this point in the history
Update lint
  • Loading branch information
flooie committed Jul 17, 2023
2 parents ba8abb1 + 2b98a3f commit 05b55e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Lint
on: [push, pull_request]

jobs:
black:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta

- uses: actions/setup-python@v2
with:
python-version: "3.10.2"
# Once codebase is updated, this can easily be changed to any specific version.
python-version: "3.11"

- name: Black Code Formatter
uses: psf/black@stable

0 comments on commit 05b55e6

Please sign in to comment.