Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:

permissions:
contents: read
pull-requests: write
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed?


concurrency:
# Allow one run at a time for PRs, but multiple for other invocations
Expand Down Expand Up @@ -349,7 +350,14 @@ jobs:
# Actual job
- name: Run `cargo make ci-job-test-dart`
run: cargo make ci-job-test-dart


dart-pr-health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
checks: changelog,coverage,breaking,do-not-submit,leaking
fail_on: changelog,breaking,do-not-submit,leaking
warn_on: coverage
sdk: ${{ github.event_name != 'schedule' && '3.9.0-138.0.dev' || 'dev' }}

# ci-job-nostd
nostd:
Expand Down
Loading