Skip to content

chore(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.1… #75

chore(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.1…

chore(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.1… #75

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 }}