Skip to content

chore: bump lints from 2.1.1 to 4.0.0 #37

chore: bump lints from 2.1.1 to 4.0.0

chore: bump lints from 2.1.1 to 4.0.0 #37

Workflow file for this run

name: "flutter-actions"
on:
pull_request:
branches:
- trunk
jobs:
build:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
channel: stable
version: 3.13.8
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test