Skip to content

fix: replace invaild characters for utf8 decode #31

fix: replace invaild characters for utf8 decode

fix: replace invaild characters for utf8 decode #31

Workflow file for this run

name: Dart
on:
[ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze