Skip to content

Commit

Permalink
Merge pull request #14 from flame-engine/ci
Browse files Browse the repository at this point in the history
chore: Add CI
  • Loading branch information
luanpotter authored Aug 31, 2024
2 parents c673e36 + cdef08d commit 09ba52a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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

0 comments on commit 09ba52a

Please sign in to comment.