Skip to content

Commit

Permalink
Merge pull request #12 from MOderkerk/development
Browse files Browse the repository at this point in the history
Merge pull request #11 from MOderkerk/master
  • Loading branch information
MOderkerk committed Feb 5, 2022
2 parents e337264 + fe14a87 commit c0dafa0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pullrequest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
with:
java-version: '${{ matrix.version }}'
distribution: 'adopt'
cache: maven
cache: maven
- name: enable automerge
uses: hmarr/auto-approve-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}

- name: Build with Maven
run: mvn -B package --file pom.xml -P java${{ matrix.version }}

Expand Down

0 comments on commit c0dafa0

Please sign in to comment.