Skip to content

remove length and duration from Marker, remove Marker from ChartView #2843

remove length and duration from Marker, remove Marker from ChartView

remove length and duration from Marker, remove Marker from ChartView #2843

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint