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

https://github.com/flame-engine/flame-dartdoc-action

Opinionated Github action for validation DartDoc
https://github.com/flame-engine/flame-dartdoc-action

hacktoberfest

Last synced: 9 months ago
JSON representation

Opinionated Github action for validation DartDoc

Awesome Lists containing this project

README

          

# flame-dartdoc-action

Opinionated Github action for validation DartDoc

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-dartdoc-action@v1
```