Skip to content

fix: correced path

fix: correced path #7

Workflow file for this run

name: Dart lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: .github/workflows/flutter-setup.yml
with:
destination: ubuntu-latest
- name: Analyze sources
run: dart analyze