jonathanpeppers / inclusive-code-reviews-ml

Machine learning for code reviews!
MIT License
14 stars 6 forks source link

Try AutoFormating the code #114

Closed dellis1972 closed 1 year ago

jonathanpeppers commented 1 year ago

Do I need to change any settings on this repo? Or can we do a test PR now?

rolfbjarne commented 1 year ago

@jonathanpeppers actually there's a problem here:

https://github.com/jonathanpeppers/inclusive-code-reviews-ml/blob/main/.github/workflows/autoformat.yml#L18

The workflow is not valid. .github/workflows/autoformat.yml (Line: 18, Col: 13): A sequence was not expected

from here: https://github.com/jonathanpeppers/inclusive-code-reviews-ml/actions/runs/3378235170

projects is a string, so the two solutions must be a single string where each path is separated by a space.

dellis1972 commented 1 year ago

@rolfbjarne @jonathanpeppers I'll make the change and push to main

dellis1972 commented 1 year ago

ok done