Skip to content

fix: 1

fix: 1 #12

Workflow file for this run

name: format
on:
pull_request:
permissions:
pull-requests: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- run: echo noop
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
# - run: dart format --set-exit-if-changed .