-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ jobs: | |
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # [email protected] | ||
if: ${{ inputs.sdk == 'flutter' }} | ||
|
||
- run: ${{ inputs.sdk }} pub get | ||
- run: dart format ./ | ||
# - run: ${{ inputs.sdk }} pub get | ||
## - run: dart format ./ | ||
|
||
- name: dart analyze | ||
uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # [email protected] | ||
|
@@ -49,15 +49,15 @@ jobs: | |
annotate-only: false | ||
working-directory: ${{ inputs.package }} | ||
|
||
# - run: dart doc --dry-run | ||
- run: dart doc --dry-run | ||
|
||
- uses: stefanzweifel/git-auto-commit-action@e040c596f0a65570b339c60818081175bcf82d11 | ||
with: | ||
commit_user_name: 'Sentry Github Bot' | ||
commit_user_email: '[email protected]' | ||
commit_message: Your commit message | ||
branch: ${{ github.head_ref }} # This is important for PRs coming from forks | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
# - uses: stefanzweifel/git-auto-commit-action@e040c596f0a65570b339c60818081175bcf82d11 | ||
# with: | ||
# commit_user_name: 'Sentry Github Bot' | ||
# commit_user_email: '[email protected]' | ||
# commit_message: Your commit message | ||
# branch: ${{ github.head_ref }} # This is important for PRs coming from forks | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
package-analysis: | ||
# `axel-op/dart-package-analyzer` is using `flutter pub upgrade` instead of `get`, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
on: | ||
workflow_dispatch: | ||
push: | ||
|
||
jobs: | ||
cancel-previous-workflow: | ||
|