You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/10 09:52:15 UTC

[incubator-pekko-connectors] branch main updated: Update link-validator.yml (#19)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d7b32748 Update link-validator.yml (#19)
d7b32748 is described below

commit d7b3274845448f7c29b4e003cc2a0c1a63311c11
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Jan 10 10:52:10 2023 +0100

    Update link-validator.yml (#19)
---
 .github/workflows/link-validator.yml | 58 ++++++++++++++++++------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index aa8e3d54..5abdb668 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,32 +1,32 @@
+name: Link Validator
+
+on:
+  schedule:
+    - cron:  '0 6 * * 1'
+
+jobs:
+  validate-links:
+    runs-on: ubuntu-18.04
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+        with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
+          fetch-depth: 100
+
+      - name: Fetch tags
+        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
+
+      - name: Set up JDK 11
+        uses: olafurpg/setup-scala@v13
+        with:
+          java-version: adopt@1.11.0-9
+
+      - name: Cache Coursier cache
+        uses: coursier/cache-action@v6.4.0
+
+      - name: sbt site
+        run: sbt docs/makeSite
+
 # TODO: Fix after documentation updates
-#name: Link Validator
-#
-#on:
-#  schedule:
-#    - cron:  '0 6 * * 1'
-#
-#jobs:
-#  validate-links:
-#    runs-on: ubuntu-18.04
-#    steps:
-#      - name: Checkout
-#        uses: actions/checkout@v2
-#        with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
-#          fetch-depth: 100
-#
-#      - name: Fetch tags
-#        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
-#
-#      - name: Set up JDK 11
-#        uses: olafurpg/setup-scala@v13
-#        with:
-#          java-version: adopt@1.11.0-9
-#
-#      - name: Cache Coursier cache
-#        uses: coursier/cache-action@v6.4.0
-#
-#      - name: sbt site
-#        run: sbt docs/makeSite
-#
 #      - name: Run Link Validator
 #        run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org