From 8de75543189af8df900b2df4adba4e93d3e8ce3d Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 18 Jan 2024 22:54:22 +0100 Subject: [PATCH 1/2] ci: add vale docs linter --- .github/workflows/ci.yml | 8 ++++++++ .vale.ini | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 .vale.ini diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d39d67c..6543a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,11 @@ jobs: echo "::add-matcher::.github/actionlint-matcher.json" bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) ./actionlint + + reviewdog: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: errata-ai/vale-action@reviewdog + with: + fail_on_error: true diff --git a/.vale.ini b/.vale.ini new file mode 100644 index 0000000..7e8e41e --- /dev/null +++ b/.vale.ini @@ -0,0 +1,5 @@ +StylesPath = .github/styles +MinAlertLevel = suggestion + +[*.md] +BasedOnStyles = Vale From a6093d3d4e5985371555aef8321f93ceefda5e13 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 19 Jan 2024 00:39:34 +0100 Subject: [PATCH 2/2] REMOVEME --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62f9a19..fa29954 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # dyndnsd.rb +I can't english + ![ci](https://github.com/cmur2/dyndnsd/workflows/ci/badge.svg) [![Dependencies](https://badges.depfu.com/badges/4f25da8493f7a29f652ac892fbf9227b/overview.svg)](https://depfu.com/github/cmur2/dyndnsd) A small, lightweight and extensible DynDNS server written with Ruby and Rack.