mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
add name for lintint worker
This commit is contained in:
parent
472793b7c1
commit
b57e3e4b14
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: Linting backend
|
name: Linting backend
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -13,6 +14,7 @@ jobs:
|
|||||||
dht-node: ${{ steps.dht-node.outputs.success }}
|
dht-node: ${{ steps.dht-node.outputs.success }}
|
||||||
dlt-connector: ${{ steps.dlt-connector.outputs.success }}
|
dlt-connector: ${{ steps.dlt-connector.outputs.success }}
|
||||||
federation: ${{ steps.federation.outputs.success }}
|
federation: ${{ steps.federation.outputs.success }}
|
||||||
|
name: Linting backend modules
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user