Skip to content

chore: update CHANGELOG and bump dependencies #84

chore: update CHANGELOG and bump dependencies

chore: update CHANGELOG and bump dependencies #84

Workflow file for this run

name: Dart checks
on: [ push, pull_request ]
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze