mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
let run inside module folder to use individuell biome configs
This commit is contained in:
parent
2783f1aca6
commit
c630d403e9
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -13,12 +13,12 @@ jobs:
|
||||
with:
|
||||
version: latest
|
||||
- name: Lint - Config-Schema
|
||||
run: biome ci ./config-schema
|
||||
run: cd ./config-schema && biome ci .
|
||||
- name: Lint - Backend
|
||||
run: biome ci ./backend
|
||||
run: cd ./backend && biome ci .
|
||||
- name: Lint - Database Up
|
||||
run: biome ci ./database
|
||||
run: cd ./database && biome ci .
|
||||
- name: Lint - DHT Node
|
||||
run: biome ci ./dht-node
|
||||
run: cd ./dht-node && biome ci .
|
||||
- name: Lint - Federation
|
||||
run: biome ci ./federation
|
||||
run: cd ./federation && biome ci .
|
||||
Loading…
x
Reference in New Issue
Block a user