An open API service indexing awesome lists of open source software.

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

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
```