Merge pull request #183 from freelawproject/update-nh-neutral-citations #878
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: [push, pull_request] | |
jobs: | |
black: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2-beta | |
- uses: actions/setup-python@v2 | |
with: | |
# Once codebase is updated, this can easily be changed to any specific version. | |
python-version: "3.8" | |
- name: Black Code Formatter | |
uses: psf/black@stable |