Skip to content

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.0.20 (#63) #66

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.0.20 (#63)

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.0.20 (#63) #66

Workflow file for this run

# name
name: ci
# triggers
on:
workflow_dispatch:
push:
branches:
- 'main'
tags:
- 'v*.*.*'
paths-ignore:
- ".gitignore"
- ".editorconfig"
jobs:
check:
uses: cidverse/catalog/.github/workflows/shared-ci.yml@main
with:
cid-workflow: main
cid-version: latest
secrets:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}