Bump org.cip4.lib.jdf:JDFLibJ from 2.1.7.+ to 2.1.8.3 #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull-Request | |
# This build process is triggered in case a new pull request on master has been created. | |
# This process takes the latest changes of the branch, and build and test the new version. The process's aim is to | |
# check validity of changes prior to merging to master. | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call-workflow: | |
name: 🏭 | |
uses: cip4/.github/.github/workflows/pull-request.yml@master | |
with: | |
java-version: 17 | |
codecov-enabled: true |