Skip to content

Bump lints from 3.0.0 to 5.1.1 #50

Bump lints from 3.0.0 to 5.1.1

Bump lints from 3.0.0 to 5.1.1 #50

Workflow file for this run

name: Dart Test in Pull Requests
on:
pull_request:
types: [ opened, synchronize ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: sh .tool/run_tests.sh