Skip to content

Removing file .github/renovate.json from RakambdaOrg/rakambda-github-… #93

Removing file .github/renovate.json from RakambdaOrg/rakambda-github-…

Removing file .github/renovate.json from RakambdaOrg/rakambda-github-… #93

Workflow file for this run

name: Build & Test
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
name: Build & Test
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build-test.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
artifact-name: Gradle-Libs
generate-jacoco: true
send-codecov: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
permissions:
contents: write
checks: write