Skip to content

Bump com.squareup:kotlinpoet from 1.15.3 to 1.16.0 #198

Bump com.squareup:kotlinpoet from 1.15.3 to 1.16.0

Bump com.squareup:kotlinpoet from 1.15.3 to 1.16.0 #198

Workflow file for this run

name: build
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
checks: write
pull-requests: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup host
uses: ./.github/workflows/setup-host
- name: Test & Build
run: ./gradlew -s build
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
- name: Coverage report
uses: codecov/codecov-action@v3