Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

chore: Update releaseGithubPackage.yml #400

chore: Update releaseGithubPackage.yml

chore: Update releaseGithubPackage.yml #400

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run ktlint
run: ./gradlew ktlintCheck
- name: ktlint results
uses: actions/upload-artifact@v1
with:
name: ktlint-results
path: imx-core-sdk-kotlin-jvm/build/reports/ktlint