Skip to content

chore(security): Unschedule CodeQL workflow (#55) #41

chore(security): Unschedule CodeQL workflow (#55)

chore(security): Unschedule CodeQL workflow (#55) #41

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
workflow_call:
concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/gradle-build-action@v2
- run: ./gradlew compileJava compileTestJava
- run: ./gradlew checkstyleMain checkstyleTest
- run: ./gradlew sonarlintMain sonarlintTest
- run: ./gradlew test
- run: ./gradlew javadoc
- run: ./gradlew build