Skip to content

Commit

Permalink
Add support for awesome_bot (#19)
Browse files Browse the repository at this point in the history
Closes #3

(while I'm here...)
  • Loading branch information
szschaler authored Sep 21, 2024
1 parent 81bd1fd commit 72f4d3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72f4d3f

Please sign in to comment.