testing
Some checks failed
Build and Push / lint-python (push) Failing after 0s

This commit is contained in:
Luke R 2024-05-02 12:02:46 -07:00
parent c30046b7a4
commit 495f227a22

View File

@ -5,6 +5,7 @@ on: [push]
jobs: jobs:
lint-python: lint-python:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
uses: actions/checkout@v4
run: | run: |
python3 -m pip install black python3 -m pip install black
black --fast --check . black --fast --check .