Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 #143

Bump actions/checkout from 4.1.6 to 4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7 #143

Workflow file for this run

name: analyze
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: "Run analyze"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Install intl utils
run: dart pub global activate intl_utils
- name: Generate localization
run: dart pub global run intl_utils:generate
- name: Code generation
run: dart run build_runner build -d
- name: Analyze
run: dart analyze