grantmcconnaughey / lintly-flake8-github-action

A GitHub Action that lints Python code with Flake8 then automatically creates pull request reviews if there are any violations.
MIT License
24 stars 17 forks source link

Lintly-Flake8 GitHub Action does not comment on violations. #11

Closed ericbsd closed 2 years ago

ericbsd commented 2 years ago

Following the Readme https://github.com/grantmcconnaughey/lintly-flake8-github-action#readme there is no comment on the PR the github-actions bot.

See https://github.com/ghostbsd/gbi/pull/59. Here is the Yamal file https://github.com/ghostbsd/gbi/blob/setup-station/.github/workflows/main.yml.

What I am missing that is not in the readme?

ericbsd commented 2 years ago

I have no idea what I did but it is working now.