Skip to content

chore(deps): update dependency org.mockito:mockito-core to v5.11.0 #50

chore(deps): update dependency org.mockito:mockito-core to v5.11.0

chore(deps): update dependency org.mockito:mockito-core to v5.11.0 #50

Workflow file for this run

name: Flint Build
on:
push:
paths: [ flint/**, .github/workflows/flint.yaml ]
pull_request:
paths: [ flint/**, .github/workflows/flint.yaml ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
defaults:
run:
working-directory: flint
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze