-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatter Check and DartDoc Upload #1383
Conversation
63a09cd
to
3e9f69e
Compare
- name: Build DartDoc 📖 | ||
run: | | ||
# Generate DartDoc | ||
dart doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not very sure if the action k-paxian/dart-package-publisher@master
brings the dart env or not. Maybe we need to test it first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've aded a step to build.yml to attach it to the workflow. If that works, then this one should work the same…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's not the same, in the build.yaml, you have set up the dart env by using the action uses: dart-lang/setup-dart@v1
, I think you should also add it here.
dart format
to build process