Skip to content

feat: implement new keypackage api [WPB-19574] #2558

feat: implement new keypackage api [WPB-19574]

feat: implement new keypackage api [WPB-19574] #2558

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@v5
- name: ktlint
run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint
chmod a+x ktlint
./ktlint