Compare commits
16 Commits
7582c3fcb0
...
7977d6cd2d
Author | SHA1 | Date |
---|---|---|
Akshat Gupta | 7977d6cd2d | |
Leithen | 3e5b5a51d1 | |
Akshat Gupta | f2ea196469 | |
Akshat Gupta | 83b8a67719 | |
Akshat Gupta | cd438f98ba | |
Akshat Gupta | 951bb96265 | |
Akshat Gupta | fc9c8df3de | |
Akshat Gupta | af3d724783 | |
Akshat Gupta | b7adae7264 | |
Akshat Gupta | 2223d49374 | |
Akshat Gupta | d3b9594384 | |
Akshat Gupta | 007ce21377 | |
Akshat Gupta | c6c865f5bb | |
Akshat Gupta | 4c2bb6b14f | |
Akshat Gupta | 88655b0da0 | |
Akshat Gupta | 88948beef0 |
|
@ -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
|
||||
|
|
|
@ -540,6 +540,7 @@
|
|||
|
||||
#### React
|
||||
|
||||
* [🚀🔥 React & Redux Complete Course (2024) with Projects | Notes | Free Certification](https://www.youtube.com/watch?v=eILUmCJhl64&t=48567s) - Complete Coding by Prashant Sir
|
||||
* [10-Hour React Tutorial 2023 - Zero to Advanced \| Learn React JS in Hindi](https://www.youtube.com/watch?v=6l8RWV8D-Yo&list=PL2PkZdv6p7ZnS2QIz8WAPmqeqUUccPNQY) - Coder Dost
|
||||
* [Chai aur react \| with projects](https://www.youtube.com/playlist?list=PLu71SKxNbfoDqgPchmvIsL4hTnJIrtige) - Chai aur Code
|
||||
* [React JS (Hindi)](https://www.youtube.com/playlist?list=PLbGui_ZYuhignjLLXTJWkRJKN-SgAqClL) - Rajesh Kumar, Geeky Shows
|
||||
|
@ -615,7 +616,8 @@
|
|||
* [Discrete Mathematics Tutorials In Hindi | B.TECH- B.E.-UGC NET- GATE- LECTURES In Hindi](https://www.youtube.com/playlist?list=PLL8qj6F8dGlTX359q-PBBUFw3BrBvAxq3) - Deepak Garg
|
||||
* [Maths for CP](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFs8E0EGeckM89cD8E6sFro) - Pepcoding
|
||||
* [Maths for Machine Learning](https://www.youtube.com/playlist?list=PLKnIA16_RmvbYFaaeLY28cWeqV-3vADST) - CampusX
|
||||
* [Statistics And Probability](https://www.youtube.com/playlist?list=PLU6SqdYcYsfLRq3tu-g_hvkHDcorrtcBK) - Gajendra Purohit
|
||||
* [Numerical Analysis](https://www.youtube.com/playlist?list=PLU6SqdYcYsfLrTna7UuaVfGZYkNo0cpVC) - Gajendra Purohit
|
||||
* [Statistics And Probability](https://www.youtube.com/playlist?list=PLU6SqdYcYsfLRq3tu-g_hvkHDcorrtcBK) - Gajendra Purohit
|
||||
|
||||
|
||||
### Matlab
|
||||
|
@ -659,6 +661,7 @@
|
|||
### Open Source
|
||||
|
||||
* [Open Source BootCamp - Master Open Source Contributions](https://www.youtube.com/playlist?list=PLinedj3B30sAT6CotNj0iffhRV89SkNK9) - Piyush Garg
|
||||
* [Open Source Contribution Guide](https://www.youtube.com/playlist?list=PLSH9gf0XETovNnkF0iuL0ADYoHnwKiIIT) - Vishal Rajput
|
||||
|
||||
|
||||
### Operating Systems
|
||||
|
|
Loading…
Reference in New Issue