Skip to content

fix: corrected path for semantic workflow #124

fix: corrected path for semantic workflow

fix: corrected path for semantic workflow #124

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