You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2019/10/18 11:07:07 UTC

[qpid-dispatch] branch jdanekrh-patch-1 created (now bade779)

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

jdanek pushed a change to branch jdanekrh-patch-1
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


      at bade779  DISPATCH-1363 - Move Rat licence check from travis builds into GitHub Action

This branch includes the following new commits:

     new bade779  DISPATCH-1363 - Move Rat licence check from travis builds into GitHub Action

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@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-dispatch] 01/01: DISPATCH-1363 - Move Rat licence check from travis builds into GitHub Action

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

jdanek pushed a commit to branch jdanekrh-patch-1
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit bade7792694c5024d16c167ce5da768298dc5675
Author: Jiří Daněk <jd...@redhat.com>
AuthorDate: Fri Oct 18 13:06:55 2019 +0200

    DISPATCH-1363 - Move Rat licence check from travis builds into GitHub Action
---
 .github/workflows/apache-rat:check.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/apache-rat:check.yml b/.github/workflows/apache-rat:check.yml
new file mode 100644
index 0000000..2c4936d
--- /dev/null
+++ b/.github/workflows/apache-rat:check.yml
@@ -0,0 +1,17 @@
+name: Java CI
+
+on: [push, pull_request]
+
+jobs:
+  'apache-rat:check':
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v1
+    - name: Set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Maven
+      run: mvn apache-rat:check


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