Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
ci: add black format
Browse files Browse the repository at this point in the history
Signed-off-by: 0xMRTT <[email protected]>
  • Loading branch information
0xMRTT authored Aug 17, 2022
1 parent ae44e05 commit cc093d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Black Check

# Run action on PRs to master
on:
pull_request:
branches: [ master ]

jobs:
suggest:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so that black can inspect it
- uses: actions/checkout@v2
- uses: rgasper/python-black-pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit cc093d5

Please sign in to comment.