Skip to content

feat(binary,fvm): upgrade to binary 4.0.0 and use fvm #40

feat(binary,fvm): upgrade to binary 4.0.0 and use fvm

feat(binary,fvm): upgrade to binary 4.0.0 and use fvm #40

Workflow file for this run

name: PR workflow
on:
- pull_request
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
with:
sdk: 3.24.5
- run: dart pub get
- run: dart analyze --fatal-infos --fatal-warnings
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
with:
sdk: 3.24.5
- run: dart format --output none --set-exit-if-changed .\example\ .\lib\ .\test\
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
with:
sdk: 3.24.5
- run: dart test