new_site/.github/workflows
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
..
axe.yml Downgrade ruby version (#2098) 2024-01-19 11:45:19 -03:00
broken-links-site.yml Downgrade ruby version (#2098) 2024-01-19 11:45:19 -03:00
broken-links.yml Changed conditions of running GitHub actions (#2082) 2024-01-19 11:11:18 -03:00
deploy-docker-tag.yml Changed conditions of running GitHub actions (#2082) 2024-01-19 11:11:18 -03:00
deploy-image.yml Changed conditions of running GitHub actions (#2082) 2024-01-19 11:11:18 -03:00
deploy.yml Downgrade ruby version (#2098) 2024-01-19 11:45:19 -03:00
docker-slim.yml Changed conditions of running GitHub actions (#2082) 2024-01-19 11:11:18 -03:00
prettier-on-pr.yml Prettier check now generates a diff comment on PR (#2085) 2024-01-22 13:30:24 -03:00
prettier-on-push.yml Prettier check now generates a diff comment on PR (#2085) 2024-01-22 13:30:24 -03:00