Skip to content

docs: add antora and write the CC book [WPB-23952] #4166

docs: add antora and write the CC book [WPB-23952]

docs: add antora and write the CC book [WPB-23952] #4166

Workflow file for this run

name: kotlin
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on:
push:
tags:
- '*'
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: install ktlint
run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint
chmod a+x ktlint
echo "$PWD" >> $GITHUB_PATH
- name: lint
run: |
make kotlin-check