git-touch-android-ios-app/.github/workflows/lint.yml

19 lines
364 B
YAML
Raw Normal View History

2020-04-16 05:44:50 +02:00
name: lint
on:
push:
2021-06-14 09:03:10 +02:00
branches:
- main
2020-04-16 05:44:50 +02:00
pull_request:
2021-06-14 09:03:10 +02:00
branches:
- main
2020-04-16 05:44:50 +02:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-06-14 09:03:10 +02:00
- uses: subosito/flutter-action@v1
with:
channel: stable
- run: flutter analyze
- run: flutter format --dry-run --set-exit-if-changed lib/**/*.dart