Skip to content

fix(chen2021Fitness): don't hand out invalid JSON when there are not … #238

fix(chen2021Fitness): don't hand out invalid JSON when there are not …

fix(chen2021Fitness): don't hand out invalid JSON when there are not … #238

Workflow file for this run

name: Linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
java-version: '15'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build with Gradle
run: ./gradlew editorconfigCheck