Skip to content

Commit

Permalink
Adding git preCommit action
Browse files Browse the repository at this point in the history
  • Loading branch information
nsgupta-1 committed Jan 6, 2020
1 parent 77e2ad3 commit 3b7b295
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/maven.yml
@@ -0,0 +1,16 @@
name: phoenix-connectors preCommit Build

on:
pull_request:

jobs:
build:
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 clean install

0 comments on commit 3b7b295

Please sign in to comment.