https://github.com/flame-engine/flame-format-action
Github action for code format validation
https://github.com/flame-engine/flame-format-action
Last synced: 7 months ago
JSON representation
Github action for code format validation
- Host: GitHub
- URL: https://github.com/flame-engine/flame-format-action
- Owner: flame-engine
- Created: 2021-06-16T12:53:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T18:05:13.000Z (almost 3 years ago)
- Last Synced: 2025-06-25T12:51:30.344Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flame-format-action
Opinionated Github action for code format validation
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-format-action@v1
```