Skip to content

Commit

Permalink
修复几个问题
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 19, 2024
1 parent b5adec7 commit 61bc900
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Yaml Lint
on: [push, pull_request]
on: [pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
Expand All @@ -12,4 +12,4 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
## The target path is processed recursively
target-path: items/*/*.yaml
target-path: items
2 changes: 1 addition & 1 deletion items/Kafka-Manage/EFAK.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Kafka-Manage
owner: obsidiandynamics
owner: smartloli
repo: EFAK
desc: '一个开源的 Kafka 集群管理和监控工具,旨在帮助用户更好地管理和监控其 Kafka 集群。'
desc_en: 'A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.'
3 changes: 1 addition & 2 deletions items/数据管道/Bifrost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ kind: 数据管道
owner: brokercap
repo: Bifrost
desc: '面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件'
desc_en: 'MySQL,MariaDB,kafka synchronization to Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka and other services'
```
desc_en: 'MySQL,MariaDB,kafka synchronization to Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka and other services'
2 changes: 1 addition & 1 deletion items/时序数据库/trickster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: 时序数据库
owner: trickstercache
repo: trickster
desc: 'HTTP 反向代理/缓存,用于时间序列数据库的仪表板查询加速器'
desc_en: 'HTTP reverse proxy/cache that speeds up dashboard serving for' time series databases'
desc_en: 'HTTP reverse proxy/cache that speeds up dashboard serving for time series databases'

0 comments on commit 61bc900

Please sign in to comment.