Skip to content

Remove redundant health YAML key from values.yaml #601

Remove redundant health YAML key from values.yaml

Remove redundant health YAML key from values.yaml #601

name: Build klibs.io with tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build:
# Skip duplicate job for pull requests from the same repository
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
- name: Grant execute permission for kotlin toolchain
run: chmod +x kotlin
- name: Kotlin check
run: ./kotlin check