Skip to content

Commit 0c2d46a

Browse files
Create awesome_bot.yaml (#88)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 54c7971 commit 0c2d46a

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.github/workflows/awesome_bot.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Ruby
2+
on:
3+
push:
4+
branches: ["*"]
5+
pull_request:
6+
branches: ["*"]
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Set up Ruby 2.6
13+
uses: ruby/setup-ruby@v1
14+
with:
15+
ruby-version: 2.6.10
16+
- name: Checks
17+
run: |
18+
gem install awesome_bot
19+
awesome_bot --allow-redirect --request-delay 1 README.md

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Awesome VTK [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
1+
# Awesome VTK ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)
22

33
![All Contributors](https://img.shields.io/github/all-contributors/tkoyama010/awesome-vtk?color=ee8449)
44

@@ -51,7 +51,7 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md).
5151
- [Common Toolkit (CTK)](https://github.com/commontk/CTK) - A set of common support code for medical imaging, surgical navigation, and related purposes.
5252
- [ITK-Wasm](https://github.com/InsightSoftwareConsortium/itk-wasm) - High performance spatial analysis in a web browser and across programming languages and hardware architectures.
5353
- [ITK](https://itk.org/) - ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
54-
- [MITK](<https://www.mitk.org/wiki/The*Medical_Imaging_Interaction_Toolkit*(MITK)>) - The Medical Imaging Interaction Toolkit.
54+
- [MITK](<https://www.mitk.org/wiki/The_Medical_Imaging_Interaction_Toolkit_(MITK)>) - The Medical Imaging Interaction Toolkit.
5555
- [RTK](https://www.openrtk.org/) - The Reconstruction Toolkit.
5656

5757
## Official
@@ -61,7 +61,6 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md).
6161
- [Examples](https://examples.vtk.org/site/)
6262
- [ParaView Documentation](https://docs.paraview.org/)
6363
- [Repository](https://gitlab.kitware.com/vtk/vtk)
64-
- [Website](https://vtk.org/)
6564

6665
## Python
6766

@@ -78,9 +77,9 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md).
7877

7978
## Related Topics
8079

81-
- [Awesome Finite Element Method (FEM)](https://github.com/tkoyama010/awesome-finite-elements) - A curated list of awesome stuff related to Finite Element Analysis (FEA) Software for Structural Engineering😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)
82-
- [Awesome PyVista](https://github.com/pyvista/awesome-pyvista) - A curated list of awesome stuff related to PyVista 😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)
83-
- [Awesome scientific-visualization](https://github.com/tkoyama010/awesome-scientific-visualization) - A curated list of awesome stuff related to scientific-visualization 😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)
80+
- [Awesome Finite Element Method (FEM)](https://github.com/tkoyama010/awesome-finite-elements) - A curated list of awesome stuff related to Finite Element Analysis (FEA) Software for Structural Engineering😎
81+
- [Awesome PyVista](https://github.com/pyvista/awesome-pyvista) - A curated list of awesome stuff related to PyVista 😎
82+
- [Awesome scientific-visualization](https://github.com/tkoyama010/awesome-scientific-visualization) - A curated list of awesome stuff related to scientific-visualization 😎
8483
- [Wikipedia](https://en.wikipedia.org/wiki/VTK) - The free encyclopedia that anyone can edit.
8584

8685
## Web

0 commit comments

Comments
 (0)