Bump rexml from 3.2.5 to 3.2.8 in /android #779
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [ push ] | |
jobs: | |
test: | |
name: flutter | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: subosito/flutter-action@v2 | |
with: | |
channel: 'stable' | |
- run: dart pub get | |
- run: dart run build_runner build | |
- run: dart analyze | |
# - run: dart format . --set-exit-if-changed | |
# - run: dart pub run code_rules.dart | |
# - run: dart test |