Skip to content

feat: git workflows

feat: git workflows #6

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: Checkout code
uses: actions/checkout@v4
- name: Analyze sources
run: dart analyze