Skip to content

fix: UX of the click on the calendar elements in MacosDatePicker #272

fix: UX of the click on the calendar elements in MacosDatePicker

fix: UX of the click on the calendar elements in MacosDatePicker #272

name: Dart Code Metrics
on: [pull_request, workflow_dispatch]
jobs:
dart-code-metrics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Dart Code Metrics
uses: dart-code-checker/dart-code-metrics-action@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_comment: true
fatal_warnings: true
fatal_performance: true
fatal_style: true