]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Connect my checkstyle9.pl script to a action.
authorWarner Losh <imp@FreeBSD.org>
Sat, 6 Jan 2024 15:20:17 +0000 (08:20 -0700)
committerWarner Losh <imp@FreeBSD.org>
Sat, 6 Jan 2024 23:23:14 +0000 (16:23 -0700)
commitdbee52c9d6009539992b19c649cdfb4352921b61
tree706d8193c59604811a6f8e4d24eab547eb11b84a
parente179d9739b1438ae9acb958f80a983eff7e3dce9
Connect my checkstyle9.pl script to a action.

Connect the checkstyle9.pl script to a github action. This will provide
feedback to people submitting changes when the style is grossly wrong. And
can provide other automated feedback for the commit message in the future.
It already catches the github noreply author.

It pulls the full repo to do this. Optimizations welcome. After messing
with that for a few hours, I decided to punt and commit the slow, working
version and let someone else optimize from here.

Sponsored by: Netflix
.github/workflows/style.yml [new file with mode: 0644]