Skip to content

Commit

Permalink
minor edits to githab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 23, 2020
1 parent c5bb3df commit 86b02ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml → .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: quick-check
on:
push:
branches:
Expand All @@ -21,19 +21,19 @@ jobs:
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: 15 # The JDK version to make available on the path.
java-version: 15.0.1 # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64

- name: Ensure Gradle Wrapper is Executable
run: chmod +x gradlew

- name: Setup Gradle
run: ./gradlew

- name: Setup Gradle
run: ./gradlew $GOPTS

- name: Show Env
run: ./gradlew --version

- name: Check Code Style
run: ./gradlew $OPTS ktlintCheck --parallel

Expand Down

0 comments on commit 86b02ff

Please sign in to comment.