Skip to content

Commit

Permalink
增加yaml-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 19, 2024
1 parent 57fef5f commit add8582
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Yaml Lint
on: [push, pull_request]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
2 changes: 1 addition & 1 deletion items/Database/dragonfly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Database
owner: dragonflydb
repo: dragonfly
desc: 'Dragonfly是一种针对现代应用程序负荷需求而构建的内存数据库,完全兼容Redis和Memcached的 API,迁移时无需修改任何代码。相比于这些传统的内存数据库,Dragonfly提供了其25倍的吞吐量,高缓存命中率和低尾延迟,并且对于相同大小的工作负载运行资源最多可减少80%。'
desc_en: 'Dragonfly is an in-memory database built for modern applications' load demands, fully compatible with Redis and Memcached APIs, and no code changes are required when migrating. Compared to these traditional in-memory databases, Dragonfly offers 25 times the throughput, high cache hit rates and low tail latency, and can reduce resources for the same size workload by up to 80%.'
desc_en: 'Dragonfly is an in-memory database built for modern applications load demands, fully compatible with Redis and Memcached APIs, and no code changes are required when migrating. Compared to these traditional in-memory databases, Dragonfly offers 25 times the throughput, high cache hit rates and low tail latency, and can reduce resources for the same size workload by up to 80%.'
2 changes: 1 addition & 1 deletion items/Kafka-Manage/EFAK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Kafka-Manage
owner: obsidiandynamics
repo: EFAK
desc: '一个开源的 Kafka 集群管理和监控工具,旨在帮助用户更好地管理和监控其 Kafka 集群。'
desc_en: 'A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.'https://github.com/smartloli/EFAK/blob/main/efak-docs/imgs/3.png
desc_en: 'A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.'
2 changes: 1 addition & 1 deletion template/README-en.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Special welcome to all friends to surf, learn, reference in the project list. Wh

📢 If you plan to apply it in your production environment, please evaluate the selection based on the project's open source license, star count, last update time and other factors.

🧐 Divided into {{lenGroupNum}} categories. 📥 Includes {{lenItemNum}} entries.
🧐 Divided into {{lenGroupNum}} categories. 📥 Includes {{lenItemNum "eryajf" "awesome-ops"}} entries.

{{- range $key, $val := .}}

Expand Down
2 changes: 1 addition & 1 deletion template/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

📢 如果你打算应用在自己所在的生产环境,请结合项目的开源协议,Star数,最后更新时间等综合评估之后进行选型。

🧐 分设类目 {{lenGroupNum}} 个。📥 收录项目 {{lenItemNum}} 个。
🧐 分设类目 {{lenGroupNum}} 个。📥 收录项目 {{lenItemNum "eryajf" "awesome-ops"}} 个。

{{- range $key, $val := .}}

Expand Down

0 comments on commit add8582

Please sign in to comment.