From b57e3e4b14ab73ea78fc088ca5e7db69c0b25d85 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 4 Dec 2025 12:47:44 +0100 Subject: [PATCH] add name for lintint worker --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 309655ac0..f967c40f9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,5 @@ name: Linting backend + on: push jobs: @@ -13,6 +14,7 @@ jobs: dht-node: ${{ steps.dht-node.outputs.success }} dlt-connector: ${{ steps.dlt-connector.outputs.success }} federation: ${{ steps.federation.outputs.success }} + name: Linting backend modules steps: - name: Checkout uses: actions/checkout@v4