fix workflow, sinc elinting is now dependent on the node_modules in the database

This commit is contained in:
Ulf Gebhardt 2023-06-14 12:32:52 +02:00
parent df01834c4b
commit 991770ea67
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3
- name: Lint
run: cd dht-node && yarn && yarn run lint
run: cd database && yarn && cd ../backend && yarn && yarn run lint
unit_test:
name: Unit Tests - DHT Node