commit | e1b53a4c0e13f4af52f6a61cdf1130f771df2b65 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 15 20:45:15 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 86866b97b7566b5fb637fc28d985afbb1bf11558 | |
parent | ea2e5211c1f1e22c3f2c7504f9cc3aa95a649418 [diff] |
ci: add black linter
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index de5577a..c67c0e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -30,3 +30,14 @@ name: test-log path: /tmp/gotest.log if-no-files-found: error + + black: + runs-on: ubuntu-latest + steps: + - name: Checkout project + uses: actions/checkout@v3.0.2 + + - name: Run "Black" + uses: psf/black@stable + with: + src: ./atmosphere