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/02/05 09:28:29 UTC

[incubator-pekko-connectors-kafka] branch link-validator-job created (now b5716e79)

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

fanningpj pushed a change to branch link-validator-job
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


      at b5716e79 enable some of link-validator job

This branch includes the following new commits:

     new b5716e79 enable some of link-validator job

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pekko-connectors-kafka] 01/01: enable some of link-validator job

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b5716e7937aaaae27819a322771937bfacbe770c
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 5 10:28:24 2023 +0100

    enable some of link-validator job
---
 .github/workflows/link-validator.yml | 60 ++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index ba6ec609..eebe1db5 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,36 +1,36 @@
 # TODO: Fix after documentation updates
-#name: Link Validator
-#
-#on:
-#  pull_request:
+name: Link Validator
+
+on:
+  pull_request:
 ##  schedule:
 ##    - cron:  '0 6 * * 1'
-#
-#jobs:
-#  validate-links:
-#    runs-on: ubuntu-latest
-#    steps:
-#      - name: Checkout
-#        uses: actions/checkout@v2
-#        with:
-#          # See https://github.com/actions/checkout/issues/299#issuecomment-677674415
-#          ref: ${{ github.event.pull_request.head.sha }}
-#          fetch-depth: 100
-#
-#      # temporarily disable git tag fetch (it fails because there are no tags)
-#      #- 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
-#
-#      - name: sbt site
-#        run: sbt docs/makeSite
+
+jobs:
+  validate-links:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+        with:
+          # See https://github.com/actions/checkout/issues/299#issuecomment-677674415
+          ref: ${{ github.event.pull_request.head.sha }}
+          fetch-depth: 100
+
+      # temporarily disable git tag fetch (it fails because there are no tags)
+      #- 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
+
+      - name: sbt site
+        run: sbt docs/makeSite
 #
 #      - name: Install Coursier command line tool
 #        run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs


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