Skip to content

Fix tests in JS target and downgraded Kotlin #15

Fix tests in JS target and downgraded Kotlin

Fix tests in JS target and downgraded Kotlin #15

Workflow file for this run

name: Run deteKT
on:
push:
branches: [ main ]
pull_request:
jobs:
detekt_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- uses: gradle/gradle-build-action@v2
with:
gradle-version: wrapper
arguments: |
detektAll
--build-cache
-PgprUser=${{ github.actor }}
-PgprKey=${{ secrets.GITHUB_TOKEN }}