Skip to content

Feature/nested touch feedback android #17

Feature/nested touch feedback android

Feature/nested touch feedback android #17

Workflow file for this run

name: Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: dart format . --set-exit-if-changed