Skip to content

Bump intl from 0.19.0 to 0.20.0 in the root-pub group #27

Bump intl from 0.19.0 to 0.20.0 in the root-pub group

Bump intl from 0.19.0 to 0.20.0 in the root-pub group #27

Workflow file for this run

name: lint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .