Skip to content

Kotlin 1.4 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Aug 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add ktlint to .guthub/pull_request.yml
  • Loading branch information
Patrick Jackson committed Aug 7, 2020
commit b50ef72ea213a4ce77f9bbbfba9b0707ab4755b2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: PR

on:
pull_request:
Expand All @@ -7,7 +7,16 @@ on:
- '*.md'

jobs:
ktlint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Ktlint
uses: "vroy/gha-kotlin-linter@v1"
test:
needs: ktlint
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down