From 7c033956c61dffab3318d62a7f735bc1d745249f Mon Sep 17 00:00:00 2001 From: Ignas Bernotas Date: Fri, 10 Jul 2026 16:40:00 +0300 Subject: [PATCH] ci: publish code.json via codereport action Signed-off-by: Ignas Bernotas --- .github/workflows/quality.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 2610278..af5af32 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -49,5 +49,10 @@ jobs: - uses: toaweme/care@8c5839056d7aeea9ffb5fb513bed9f9b9797e0d8 # v0.9.3 with: - strict: true # fail CI on a failing check + 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