Skip to content

chore: Add CI #1

chore: Add CI

chore: Add CI #1

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/flame-format-action@v1.1.0
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