You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/03 01:23:44 UTC

[GitHub] [apisix] jbampton commented on a change in pull request #3197: fix(CI): roll our own Markdown link checker

jbampton commented on a change in pull request #3197:
URL: https://github.com/apache/apisix/pull/3197#discussion_r569038181



##########
File path: .github/workflows/markdown-link-checker.yml
##########
@@ -1,14 +1,27 @@
 name: Check Markdown links
 
-on: push
+on: [pull_request]
 
 jobs:
   markdown-link-check:
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        os:
+          - macos-latest

Review comment:
       I tried with "ubuntu-latest" but there was always an error.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org