Skip to content

ci: use flutter toolchain instead of dart (#29) #154

ci: use flutter toolchain instead of dart (#29)

ci: use flutter toolchain instead of dart (#29) #154

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint_dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Flutter
uses: ./.github/actions/flutter-setup
- run: flutter analyze