Skip to content

feat: put composite schema in a file [WPB-10704] #3903

feat: put composite schema in a file [WPB-10704]

feat: put composite schema in a file [WPB-10704] #3903

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