From 1f31bf5208238de206b0212a4d95684b50dffb03 Mon Sep 17 00:00:00 2001 From: Ignas Bernotas Date: Fri, 10 Jul 2026 17:09:56 +0300 Subject: [PATCH] ci: publish code.json via codereport action Signed-off-by: Ignas Bernotas --- .github/workflows/quality.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index d250d75..af5af32 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -51,3 +51,8 @@ jobs: with: strict: true # fail CI on a failing check publish-url: https://code.toawe.me/ingest?kind=care + + # publish this repo's code view to code.toawe.me + - uses: toaweme/codereport@10bd1b60f6525ae86af9ba719ceedfc06c160271 # v0.3.0 + with: + publish-url: https://code.toawe.me/ingest?kind=code