Skip to content

Implement /sdk/v2/flags API call and LoadStoreCache for flag configurations #165

Implement /sdk/v2/flags API call and LoadStoreCache for flag configurations

Implement /sdk/v2/flags API call and LoadStoreCache for flag configurations #165

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'zulu'
- name: Lint
run: ./gradlew ktlintCheck