Skip to content

Implement region entry and exit events with cancellation support #2

Implement region entry and exit events with cancellation support

Implement region entry and exit events with cancellation support #2

Workflow file for this run

name: Java CI with Maven

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

(Line: 19, Col: 13): A mapping was not expected
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Depoyu Çek (Checkout)
uses: actions/checkout@v4
- name: JDK 21 Kurulumu
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache:
maven: true
- name: Maven ile Derle ve Test Et
run: mvn -B package --file pom.xml
- name: SpotBugs Analizi (Kod Kalitesi)
run: mvn spotbugs:check
continue-on-error: true
- name: Artifact Yükle (Derlenen JAR)
uses: actions/upload-artifact@v4
with:
name: BenthRegionShield-DevBuild
path: target/*.jar
retention-days: 5