Compare commits
3 Commits
ff75326e1c
...
601bc9d5fc
Author | SHA1 | Date |
---|---|---|
Nasril ilham Saputra | 601bc9d5fc | |
Leithen | 3e5b5a51d1 | |
Nasril ilham Saputra | 72c7d375e3 |
|
@ -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
|
||||
|
|
|
@ -79,7 +79,7 @@ This project lists books and other resources grouped by genres:
|
|||
|
||||
#### Other Languages
|
||||
|
||||
+ [Arabic / al arabiya / العربية](books/free-programming-books-ar.md)
|
||||
+ [Arabic / al-arabiya / العربية](books/free-programming-books-ar.md)
|
||||
+ [Armenian / Հայերեն](books/free-programming-books-hy.md)
|
||||
+ [Azerbaijani / Азәрбајҹан дили / آذربايجانجا ديلي](books/free-programming-books-az.md)
|
||||
+ [Bengali / বাংলা](books/free-programming-books-bn.md)
|
||||
|
|
Loading…
Reference in New Issue