ChenZiHong-Gavin commented on code in PR #47: URL: https://github.com/apache/incubator-hugegraph-ai/pull/47#discussion_r1625453099
########## .github/workflows/black.yml: ########## @@ -0,0 +1,17 @@ +name: "Black Code Formatter" + +on: + push: + branches: + - 'release-*' + pull_request: + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: psf/black@stable Review Comment:  that is why Black action is not showing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
