Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Mar 6, 2024
1 parent 1304347 commit d2b78ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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`,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format-and-fix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
workflow_dispatch:
push:

jobs:
cancel-previous-workflow:
Expand Down

0 comments on commit d2b78ae

Please sign in to comment.