Skip to content

Merge branch 'main' into develop #1

Merge branch 'main' into develop

Merge branch 'main' into develop #1

Workflow file for this run

name: ktlint
on:
pull_request:
paths:
- "**/*.kt"
- ".github/workflows/ktlint.yml"

Check failure on line 8 in .github/workflows/kotlinlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/kotlinlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "ktlint"
uses: "vroy/gha-kotlin-linter@v1"