-
Notifications
You must be signed in to change notification settings - Fork 362
36 lines (35 loc) · 1 KB
/
dart_health.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Dart Health
on:
push:
branches:
- main
- master
paths:
- '.github/workflows/dart_health.yaml'
- 'pkgs/http/**'
- 'pkgs/http_client_conformance_tests/**'
- 'pkgs/http_parser/**'
- 'pkgs/http_profile/**'
- 'pkgs/http2/**'
- 'pkgs/web_socket/**'
- 'pkgs/web_socket_conformance_tests/**'
pull_request:
paths:
- '.github/workflows/dart_health.yaml'
- 'pkgs/http/**'
- 'pkgs/http_client_conformance_tests/**'
- 'pkgs/http_parser/**'
- 'pkgs/http_profile/**'
- 'pkgs/http2/**'
- 'pkgs/web_socket/**'
- 'pkgs/web_socket_conformance_tests/**'
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
sdk: stable
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
warn_on: ""
permissions:
pull-requests: write