Compare commits

...

3 Commits

Author SHA1 Message Date
Tausif Raza
077b5b6c5c
Merge f4046ca93d into 9c550dd5a1 2024-12-17 17:27:15 +00:00
dependabot[bot]
9c550dd5a1
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 (#11786)
Some checks are pending
Check URLs from changed files / Get changed files (push) Waiting to run
Check URLs from changed files / Check @ ${{ matrix.file }} (push) Blocked by required conditions
Check URLs from changed files / GitHub report (push) Blocked by required conditions
Detect conflicting PRs / Detect (push) Waiting to run
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.4...v45.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 12:26:49 -05:00
tausif
f4046ca93d Added Neovim Courses Videos 2024-10-15 23:27:31 +05:30
2 changed files with 8 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45.0.4
uses: tj-actions/changed-files@v45.0.5
with:
separator: " "
json: true

View File

@ -116,6 +116,7 @@
* [Windows Phone](#windows-phone)
* [WordPress](#wordpress)
* [YAML](#yaml)
* [Neovim](#Neovim)
### 0 - MOOC
@ -1848,3 +1849,9 @@
* [Complete YAML Course - Beginner to Advanced for DevOps and more!](https://www.youtube.com/watch?v=IA90BTozdow) - Kunal Kushwaha
### Neovim
* [From 0 to IDE in NEOVIM from scratch](https://www.youtube.com/watch?v=zHTeCSVAFNY&list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn) - typecraft
* [The Only Video You Need to Get Started with Neovim](https://www.youtube.com/watch?v=m8C0Cq9Uv9o) - TJ DeVries
* [Teaching Neovim From Scratch To A Noob](https://youtu.be/-ybCiHPWKNA?si=SDzToayfJ0EBpADn) - TheVimeagen