Skip to content

fix(deps): update dependency get_it to v8 #23

fix(deps): update dependency get_it to v8

fix(deps): update dependency get_it to v8 #23

Workflow file for this run

name: Test Package
on:
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
lint_and_test:
name: Linting and Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- run: dart pub get
- run: dart format --fix --set-exit-if-changed .
- run: dart analyze