Skip to content

chore: update scripts/update-java.sh to 8.19.1 #837

chore: update scripts/update-java.sh to 8.19.1

chore: update scripts/update-java.sh to 8.19.1 #837

Workflow file for this run

name: "Analyze"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/analyze.yml

Invalid workflow file

(Line: 10, Col: 8): Unexpected value ''
on:
push:
branches:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
-
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK setup
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Analyze
run:
./gradlew apiCheck detekt spotlessCheck