From 66e8ea9ae80481d1031c2b5a7baea559680aea1c Mon Sep 17 00:00:00 2001 From: Omer Rosenbaum <52040016+Omerr@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:23:09 +0200 Subject: [PATCH 1/2] Add Swimm as a useful tool --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e47eb..07617da 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,10 @@ Thanks to all [contributors](https://github.com/testthedocs/awesome-docs/graphs/ ## Editor -- [Mark Text](https://github.com/marktext/marktext) -- [Visual Studio Code](https://code.visualstudio.com/) - [HackMD](https://hackmd.io/) +- [Mark Text](https://github.com/marktext/marktext) +- [Swimm](https://swimm.io/) +- [Visual Studio Code](https://code.visualstudio.com/) - [Zettlr](https://www.zettlr.com/) ## Feedback @@ -131,6 +132,7 @@ Thanks to all [contributors](https://github.com/testthedocs/awesome-docs/graphs/ - [Alex](https://github.com/get-alex/alex) - [brok](https://github.com/smallhadroncollider/brok) - [Readable](https://www.webfx.com/tools/read-able/) +- [Swimm](https://swimm.io/) - [Capitalize My Title](https://capitalizemytitle.com/) - [Woke](https://getwoke.tech/) - [Rules example](https://github.com/cisco-open/inclusive-language/blob/main/cisco-rules.yaml) - [lychee](https://github.com/lycheeverse/lychee) From 74ce2a49fbb0617fbe7e9837dc958efb417efe55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 00:01:11 +0000 Subject: [PATCH 2/2] chore(deps): bump lycheeverse/lychee-action from 1.5.4 to 1.7.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.4 to 1.7.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.5.4...v1.7.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cron-linkcheck.yml | 2 +- .github/workflows/linkcheck-on-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-linkcheck.yml b/.github/workflows/cron-linkcheck.yml index 8a5ee6d..9b9763c 100644 --- a/.github/workflows/cron-linkcheck.yml +++ b/.github/workflows/cron-linkcheck.yml @@ -12,7 +12,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v1.7.0 with: args: --verbose --no-progress README.md fail: true diff --git a/.github/workflows/linkcheck-on-pr.yml b/.github/workflows/linkcheck-on-pr.yml index bf88c92..bb80a75 100644 --- a/.github/workflows/linkcheck-on-pr.yml +++ b/.github/workflows/linkcheck-on-pr.yml @@ -10,7 +10,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v1.7.0 with: args: --verbose --no-progress README.md fail: true