Compare commits
5 Commits
cbaee42c67
...
4e20a20a53
Author | SHA1 | Date |
---|---|---|
Raj Dutta | 4e20a20a53 | |
Leithen | 3e5b5a51d1 | |
Raj Dutta | f5e317acae | |
Raj Dutta | a94c944509 | |
Raj Dutta | 7d264c82ad |
|
@ -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
|
||||
|
|
|
@ -146,6 +146,7 @@
|
|||
|
||||
### Git
|
||||
|
||||
* [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta
|
||||
* [git-game](https://github.com/git-game/git-game)
|
||||
* [git-game-v2](https://github.com/git-game/git-game-v2)
|
||||
* [Git Tutorial](https://www.w3schools.com/git/) - W3Schools
|
||||
|
|
Loading…
Reference in New Issue