Skip to content

Add CI

Add CI #1

Workflow file for this run

name: Build & Test
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:

Check failure on line 11 in .github/workflows/gradle_ci.yml

View workflow run for this annotation

GitHub Actions / Build & Test

Invalid workflow file

The workflow is not valid. .github/workflows/gradle_ci.yml (Line: 11, Col: 3): Error calling workflow 'RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build-test.yml@main'. The workflow is requesting 'contents: write', but is only allowed 'contents: none'.
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:
checks: write