Skip to content

Bump rexml from 3.2.6 to 3.3.3 in /android #78

Bump rexml from 3.2.6 to 3.3.3 in /android

Bump rexml from 3.2.6 to 3.3.3 in /android #78

Workflow file for this run

name: Check PR
on:
pull_request:
branches: [main]
jobs:
check:
name: Check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
cache: true
- run: flutter doctor -v
- run: flutter pub get
- run: flutter analyze
- run: flutter test