Skip to content

Update dependency @types/jasmine to v4.3.6 - autoclosed #546

Update dependency @types/jasmine to v4.3.6 - autoclosed

Update dependency @types/jasmine to v4.3.6 - autoclosed #546

Workflow file for this run

name: Kotlin Linter (ktlint)
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- dev-*
jobs:
ktlint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew ktlintCheck --continue