Compare commits
27 Commits
d4a7ac333a
...
0f2c0ae75b
Author | SHA1 | Date |
---|---|---|
Ajay Singh | 0f2c0ae75b | |
Leithen | 3e5b5a51d1 | |
Ajay Singh | a1635cb5d8 | |
Ajay Singh | e71ca33083 | |
Ajay Singh | 6882157b49 | |
Ajay Singh | daf4b22dbf | |
Ajay Singh | a98958822b | |
Ajay Singh | 3a74b1aa87 | |
Ajay Singh | de09be7d2d | |
Ajay Singh | 49524ab248 | |
Ajay Singh | 4c0320b916 | |
Ajay Singh | cf2a1f15e5 | |
Ajay Singh | 1f8085c831 | |
Ajay Singh | 07b5444a9e | |
Ajay Singh | a0bb970995 | |
Ajay Singh | 85ae3d62f9 | |
Ajay Singh | 95fa1406df | |
Ajay Singh | 970363142e | |
Ajay Singh | a25f16d923 | |
Ajay Singh | d59b56e77a | |
Ajay Singh | a8de008415 | |
Ajay Singh | 0a4bb6274c | |
Ajay Singh | d780ee06ea | |
Ajay Singh | b1ccdc9a38 | |
Ajay Singh | b6abf17731 | |
Ajay Singh | 0a227ccbb4 | |
Ajay Singh | a2ba3c07ea |
|
@ -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
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
||||
|
||||
<!-- Setup Google Analytics -->
|
||||
|
||||
|
||||
<!-- You can set your favicon here -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
|
||||
|
||||
<!-- end custom head snippets -->
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue