Skip to content

fix: workflows

fix: workflows #2

Workflow file for this run

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