Skip to content

Update variant() to use local evaluation and update exposure tracking with new fields #173

Update variant() to use local evaluation and update exposure tracking with new fields

Update variant() to use local evaluation and update exposure tracking with new fields #173

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