Skip to content

Removed 'reversed' from intToLittleEndianArray #91

Removed 'reversed' from intToLittleEndianArray

Removed 'reversed' from intToLittleEndianArray #91

Workflow file for this run

name: Flutter_Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test