Skip to content

Add divisions property to ZenitSlider #21

Add divisions property to ZenitSlider

Add divisions property to ZenitSlider #21

Workflow file for this run

name: Dart Analyzer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: ZenitUI Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
- run: flutter pub get
- name: Analyze Dart
uses: zgosalvez/github-actions-analyze-dart@v2
with:
line-length: 120