Skip to content

Update dependency intl to ^0.20.0 #311

Update dependency intl to ^0.20.0

Update dependency intl to ^0.20.0 #311

Workflow file for this run

name: Format
on:
pull_request:
type: [opened, synchronize]
push:
branched: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:stable
steps:
- uses: actions/checkout@v3
- name: dartfmt
run: dart format ./ -l 120 --set-exit-if-changed