Skip to content

[pub] Bump lints from 3.0.0 to 4.0.0 #38

[pub] Bump lints from 3.0.0 to 4.0.0

[pub] Bump lints from 3.0.0 to 4.0.0 #38

Workflow file for this run

name: Package Test
on: push
permissions:
actions: read
contents: read
jobs:
test:
name: Run package tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/[email protected]
- name: Install dependencies
run: dart pub get
- name: Analyze package
run: dart analyze
- name: Run package tests
run: dart test --concurrency=3 --reporter=github test