Skip to content

Commit 71dc44a

Browse files
committed
.github/workflows/ci-sage.yml: Add links
1 parent f49e70a commit 71dc44a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci-sage.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
name: Run Sage CI
2-
2+
##
3+
## This GitHub Actions workflow uses the portability testing framework
4+
## of passagemath (https://github.com/passagemath).
5+
##
6+
## - Documentation: https://doc.sagemath.org/html/en/developer/portability_testing.html
7+
##
8+
## - Deployment of ci-sage.yml in upstream projects is tracked at
9+
## https://github.com/passagemath/passagemath/issues/704
10+
##
11+
## - Contact: @passagemath/ci team on GitHub
12+
##
313
## This GitHub Actions workflow provides:
414
##
515
## - portability testing, by building and testing this project on many platforms
@@ -15,10 +25,6 @@ name: Run Sage CI
1525
## After all jobs have finished (or are canceled) and a short delay,
1626
## tar files of all logs are made available as "build artifacts".
1727
##
18-
## This GitHub Actions workflow uses the portability testing framework
19-
## of SageMath (https://www.sagemath.org/). For more information, see
20-
## https://doc.sagemath.org/html/en/developer/portability_testing.html
21-
2228
## The workflow consists of two jobs:
2329
##
2430
## - First, it builds a source distribution of the project

0 commit comments

Comments
 (0)