Skip to content

Commit c219adc

Browse files
committed
[infra] Rename dart.yaml to native.yaml
1 parent 285ee6c commit c219adc

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

.github/workflows/dart.yaml renamed to .github/workflows/native.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
name: dart
1+
# CI for the native_* packages.
2+
#
3+
# Combined into a single workflow so that deps are configured and installed once.
4+
5+
name: native
26
permissions: read-all
37

48
on:
59
pull_request:
610
branches: [main]
711
paths:
8-
- ".github/workflows/dart.yaml"
9-
- "pkgs/**"
12+
- ".github/workflows/native.yaml"
13+
- "pkgs/native_assets_builder/**"
14+
- "pkgs/native_assets_cli/**"
15+
- "pkgs/native_toolchain_c/**"
1016
push:
1117
branches: [main]
1218
paths:
13-
- ".github/workflows/dart.yaml"
14-
- "pkgs/**"
19+
- ".github/workflows/native.yaml"
20+
- "pkgs/native_assets_builder/**"
21+
- "pkgs/native_assets_cli/**"
22+
- "pkgs/native_toolchain_c/**"
1523
schedule:
1624
- cron: "0 0 * * 0" # weekly
1725

.github/workflows/native_toolchain_c.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Workflow that runs relevant tests with the clang from the Dart SDK.
2+
13
name: native_toolchain_c
24
permissions: read-all
35

pkgs/native_assets_builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![dart](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml)
1+
[![dart](https://github.com/dart-lang/native/actions/workflows/native.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native.yaml)
22
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main)
33
[![pub package](https://img.shields.io/pub/v/native_assets_builder.svg)](https://pub.dev/packages/native_assets_builder)
44
[![package publisher](https://img.shields.io/pub/publisher/native_assets_builder.svg)](https://pub.dev/packages/native_assets_builder/publisher)

pkgs/native_assets_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml)
1+
[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native.yaml)
22
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main)
33
[![pub package](https://img.shields.io/pub/v/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli)
44
[![package publisher](https://img.shields.io/pub/publisher/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli/publisher)

pkgs/native_toolchain_c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![dart](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml)
1+
[![dart](https://github.com/dart-lang/native/actions/workflows/native.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native.yaml)
22
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main)
33
[![pub package](https://img.shields.io/pub/v/native_toolchain_c.svg)](https://pub.dev/packages/native_toolchain_c)
44
[![package publisher](https://img.shields.io/pub/publisher/native_toolchain_c.svg)](https://pub.dev/packages/native_toolchain_c/publisher)

0 commit comments

Comments
 (0)