Skip to content

chore(deps): update subosito/flutter-action action to v2.18.0 #59

chore(deps): update subosito/flutter-action action to v2.18.0

chore(deps): update subosito/flutter-action action to v2.18.0 #59

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