Skip to content

Bump actions/checkout from 3 to 4 (#4) #7

Bump actions/checkout from 3 to 4 (#4)

Bump actions/checkout from 3 to 4 (#4) #7

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven - intelligent-java-blog-reader
run: mvn -B package --file intelligent-java-blog-reader/pom.xml