Files
spring-shell/.github/workflows/ci-pr.yml
Janne Valkealahti fc98468b76 Add pr workflow
2021-12-17 14:46:56 +00:00

17 lines
281 B
YAML

name: CI PRs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: CI PR Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 8
- run: ./mvnw -B package