Skip to content

Bump actions/checkout from 4 to 6 #122

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #122

Workflow file for this run

name: Analyze and build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter analyze
- run: flutter build web