Skip to content

feat: fix

feat: fix #4

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 .