From 72f4d3f7a714294a08d5eef2584ad8c6f8f0732f Mon Sep 17 00:00:00 2001 From: Steffen Zschaler Date: Sat, 21 Sep 2024 14:25:12 +0100 Subject: [PATCH] Add support for awesome_bot (#19) Closes #3 (while I'm here...) --- .github/workflows/main.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f83a960..c69124c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,18 @@ jobs: uses: DavidAnson/markdownlint-cli2-action@v17 with: globs: '**/*.md' + check-links: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Set up Ruby 2.6 + uses: ruby/setup-ruby@v1 + with: + ruby-version: '2.6' + - name: Checks + run: | + gem install awesome_bot + awesome_bot README.md --allow-ssl --allow-redirect -a 302,429,403 keepalive: name: Keepalive runs-on: ubuntu-latest diff --git a/README.md b/README.md index ccffa77..33d176a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The various digital twins serve different purposes, including analysis, control, - S. Gil, B. Oakes, C. Gomes, M. Frasheri, P. G. Larsen: [Toward a systematic reporting framework for Digital Twins: a cooperative robotics case study](https://doi.org/10.1177/00375497241261406). In SIMULATION. August 2024. - I. David, D. Bork: [Infonomics of Autonomous Digital Twins](https://istvandavid.com/files/infonomics-of-autonomous-dt-CAiSE2024.pdf). Advanced Information Systems Engineering – 36th International Conference, CAiSE 2024, Limassol, Cyprus, 2024, Proceedings. 2024. Lecture Notes in Computer Science. -- J. Michael, M. Schwammberger, A. Wortmann: [Explaining Cyberphysical System Behavior With Digital Twins](https://doi.org/10.1109/10.1109/MS.2023.3319580). In IEEE Software, vol. 41, no. 1, pp. 55-63, Jan.-Feb. 2024. +- J. Michael, M. Schwammberger, A. Wortmann: [Explaining Cyberphysical System Behavior With Digital Twins](https://doi.org/10.1109/MS.2023.3319580). In IEEE Software, vol. 41, no. 1, pp. 55-63, Jan.-Feb. 2024. ### 2023