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
- Host: GitHub
- URL: https://github.com/flame-engine/flame-dartdoc-action
- Owner: flame-engine
- License: mit
- Created: 2021-06-14T22:53:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T22:24:29.000Z (over 4 years ago)
- Last Synced: 2025-06-05T16:46:28.126Z (10 months ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```