https://github.com/flame-engine/flame-analyze-action
An opinionated action that analyzes a Flutter project
https://github.com/flame-engine/flame-analyze-action
Last synced: 9 months ago
JSON representation
An opinionated action that analyzes a Flutter project
- Host: GitHub
- URL: https://github.com/flame-engine/flame-analyze-action
- Owner: flame-engine
- License: mit
- Created: 2021-06-16T13:09:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T00:43:47.000Z (over 4 years ago)
- Last Synced: 2025-06-08T12:01:54.365Z (10 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flame-analyze-action
Opinionated Github action for analyzing a Flutter Project
How to use it
```yml
jobs:
dartdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- uses: flame-engine/flame-analyze-action@v1
```