new_site/.github
George 8af6b73fd6
Prettier check now generates a diff comment on PR (#2085)
Splitted prettier GitHub action into two:
- `on push`, only runs on direct pushes, if test fails generates an
artifact (that lasts for 3 days) with an html version of the changes
needed to pass prettier test
- `on PR`, only runs on PRs, if test fails comments on the PR with the
HTML content of the diff

I couldn't actually test the `on PR` version since it needs to be on a
PR in the master branch, so this will only be triggered after this PR is
accepted, and for the next PR that fails prettier test.

PS: currently the artifact is a zip file with the html inside. It is not
currently possible to generate it other way, we have to wait for [this
issue](https://github.com/actions/upload-artifact/issues/14) to be
closed.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-22 13:30:24 -03:00
..
ISSUE_TEMPLATE Added acknowledge section to feature_request.md 2024-01-22 11:11:48 -03:00
workflows Prettier check now generates a diff comment on PR (#2085) 2024-01-22 13:30:24 -03:00
release.yml Create .github/release.yml 2023-10-01 21:42:43 -04:00
stale.yml Update stale.yml 2021-03-14 13:04:01 -04:00