Skip to content

chore: Add CI

chore: Add CI #2

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: main
- uses: flame-engine/[email protected]
# analyze:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# channel: main
# cache: true
# - name: "Analyze"
# run: flutter analyze --fatal-infos