Skip to content

ci: run bun native and browser tests separately [WPB-24039] #4120

ci: run bun native and browser tests separately [WPB-24039]

ci: run bun native and browser tests separately [WPB-24039] #4120

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