Skip to content

chore(deps): update dependency org.junit:junit-bom to v5.14.4 #155

chore(deps): update dependency org.junit:junit-bom to v5.14.4

chore(deps): update dependency org.junit:junit-bom to v5.14.4 #155

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@v7
- uses: subosito/flutter-action@v2.21.0
- run: dart pub get
- run: dart analyze