Skip to content

Update dependency dart to v3 #363

Update dependency dart to v3

Update dependency dart to v3 #363

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