File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,17 @@ jobs:
74
74
fail-fast : false
75
75
steps :
76
76
- name : Checkout
77
+ if : ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
77
78
uses : actions/checkout@v4
78
79
with :
79
80
fetch-depth : ${{ needs.get-changed-files.outputs.fetch-depth }}
80
81
- name : Setup Ruby v2.6
82
+ if : ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
81
83
uses : ruby/setup-ruby@v1
82
84
with :
83
85
ruby-version : 2.6
84
86
- name : Install awesome_bot
87
+ if : ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
85
88
run : |
86
89
gem install awesome_bot
87
90
- name : Set output
@@ -101,6 +104,7 @@ jobs:
101
104
102
105
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
103
106
- name : " Check URLs of file: ${{ matrix.file }}"
107
+ if : ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
104
108
run : |
105
109
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
106
110
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments