Skip to content

build(deps): bump intl from 0.19.0 to 0.20.1 in /optimus #1453

build(deps): bump intl from 0.19.0 to 0.20.1 in /optimus

build(deps): bump intl from 0.19.0 to 0.20.1 in /optimus #1453

Workflow file for this run

name: Check PR to master
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Check formatting
run: dart format --set-exit-if-changed -o none .
- name: Built-in analyzer
run: flutter analyze .