Date: Fri, 2 Feb 2024 05:55:00 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 33326dd5f5ed - main - github: Enable github workflow output from checkstyle9.pl Message-ID: <202402020555.4125t0Gn027829@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=33326dd5f5ed1585e370ecd5210f03e56cb3f634 commit 33326dd5f5ed1585e370ecd5210f03e56cb3f634 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-02-02 05:53:58 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-02-02 05:53:58 +0000 github: Enable github workflow output from checkstyle9.pl Let's see if we can get the style issues flagged inline. Sponsored by: Netflix --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 8860a24fe594..08d4242df5ed 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -31,4 +31,4 @@ jobs: - name: Run checker run: | sha=$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) - tools/build/checkstyle9.pl ${sha}..${{ github.event.pull_request.head.sha }} + tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402020555.4125t0Gn027829>