Compare commits
9 Commits
6c5611356c
...
82ed53cb73
Author | SHA1 | Date |
---|---|---|
Aniketsy | 82ed53cb73 | |
Leithen | 3e5b5a51d1 | |
Aniketsy | 0c201571cf | |
Aniketsy | ca5e82716a | |
Aniketsy | 00f730a578 | |
Aniketsy | d9dd311e05 | |
Aniketsy | ff240e053d | |
Aniketsy | cb214ae00b | |
Aniketsy | 575753e312 |
|
@ -74,14 +74,17 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
||||
- name: Setup Ruby v2.6
|
||||
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
- name: Install awesome_bot
|
||||
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||
run: |
|
||||
gem install awesome_bot
|
||||
- name: Set output
|
||||
|
@ -101,6 +104,7 @@ jobs:
|
|||
|
||||
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
|
||||
- name: "Check URLs of file: ${{ matrix.file }}"
|
||||
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||
run: |
|
||||
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
@ -1595,6 +1595,7 @@
|
|||
|
||||
### R
|
||||
|
||||
* [CS50's Introduction to Programming with R](https://cs50.harvard.edu/r/2024/) - Carter Zenke
|
||||
* [Introduction to R](https://www.datacamp.com/courses/free-introduction-to-r) - DataCamp
|
||||
* [R Basics - R Programming Language Introduction](https://www.udemy.com/course/r-basics/) - R-Tutorials Training (Udemy)
|
||||
* [R Programming](https://www.coursera.org/course/rprog)
|
||||
|
@ -1617,7 +1618,9 @@
|
|||
### Robotics
|
||||
|
||||
* [Free Robotics Course For School Students Certified Course By Coding Blocks Junior](https://youtube.com/playlist?list=PLhLbJ9UoJCvtlCNamtuDay41AG0JhQBKU) - CodingBlocks Junior
|
||||
* [Introduction to Robotics and Robots for Beginners Tutorial](https://www.youtube.com/playlist?list=PLGs0VKk2DiYxkoe2XNxDvVHqL5XG4dMWi) - Paul McWhorter
|
||||
* [Introduction to RTOS](https://www.youtube.com/playlist?list=PLEBQazB0HUyQ4hAPU1cJED6t3DU0h34bz) - Shawn Hymel, Digi-Key
|
||||
* [Robotics](https://www.youtube.com/playlist?list=PLbRMhDVUMngcdUbBySzyzcPiFTYWr4rV_) - Prof. D K Pratihar
|
||||
* [Robotics 1](https://www.youtube.com/playlist?list=PLAQopGWlIcyaqDBW1zSKx7lHfVcOmWSWt) - A. De Luca
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue