File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,10 @@ and run its tests after every commit. Two CI services for GitHub are
120120
121121Learn more about GitHub Actions:
122122
123- * [ Testing Dart packages with GitHub Actions] [ gha-article ]
124- demonstrates a simple workflow for using GitHub Actions to test
125- a Flutter app or Dart package.
126123* Many packages provided by the Dart team use GitHub Actions.
127124 For an example, see
128- [ ` test-package.yml ` ] [ markdown-ci ] in the markdown package's repo.
125+ [ ` markdown.yaml ` ] [ markdown-ci ] in the markdown package's repo.
129126 To see how that repo migrated from Travis CI to GitHub Actions,
130127 look at [ PR #353 ] ( {{site.repo.dart.org}}/markdown/pull/353 ) .
131128
132- [ gha-article ] : https://poetryincode.dev/testing-dart-packages-with-github-actions
133- [ markdown-ci ] : {{site.repo.dart.org}}/markdown/blob/master/.github/workflows/test-package.yml
134-
129+ [ markdown-ci ] : {{site.repo.dart.org}}/tools/blob/main/.github/workflows/markdown.yaml
You can’t perform that action at this time.
0 commit comments