Skip to content

Commit 8c973a6

Browse files
authored
[EDI - Actions] Move "Building and testing" to underneath "Writing workflows" (#56593)
1 parent e717ddd commit 8c973a6

16 files changed

+26
-24
lines changed

content/actions/how-tos/use-cases-and-examples/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ redirect_from:
1010
- /actions/examples
1111
- /actions/use-cases-and-examples
1212
children:
13-
- building-and-testing
1413
- publishing-packages
1514
- project-management
1615
- using-containerized-services

content/actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-go.md renamed to content/actions/how-tos/writing-workflows/building-and-testing/building-and-testing-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Building and testing Go
3-
intro: You can create a continuous integration (CI) workflow to build and test your Go project.
3+
intro: Learn how to create a continuous integration (CI) workflow to build and test your Go project.
44
versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8-
type: tutorial
98
topics:
109
- CI
1110
shortTitle: Build & test Go
1211
redirect_from:
1312
- /actions/automating-builds-and-tests/building-and-testing-go
1413
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-go
14+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-go
1515
---
1616

1717
{% data reusables.actions.enterprise-github-hosted-runners %}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Building and testing Java with Ant
3-
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Ant.
3+
intro: Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Ant.
44
redirect_from:
55
- /actions/language-and-framework-guides/building-and-testing-java-with-ant
66
- /actions/guides/building-and-testing-java-with-ant
@@ -10,7 +10,6 @@ versions:
1010
fpt: '*'
1111
ghes: '*'
1212
ghec: '*'
13-
type: tutorial
1413
topics:
1514
- CI
1615
- Java
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Building and testing Java with Gradle
3-
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Gradle.
3+
intro: Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Gradle.
44
redirect_from:
55
- /actions/language-and-framework-guides/building-and-testing-java-with-gradle
66
- /actions/guides/building-and-testing-java-with-gradle
77
- /actions/automating-builds-and-tests/building-and-testing-java-with-gradle
88
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
9+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
910
versions:
1011
fpt: '*'
1112
ghes: '*'
1213
ghec: '*'
13-
type: tutorial
1414
topics:
1515
- CI
1616
- Java
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Building and testing Java with Maven
3-
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Maven.
3+
intro: Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Maven.
44
redirect_from:
55
- /actions/language-and-framework-guides/building-and-testing-java-with-maven
66
- /actions/guides/building-and-testing-java-with-maven
77
- /actions/automating-builds-and-tests/building-and-testing-java-with-maven
88
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
9+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
910
versions:
1011
fpt: '*'
1112
ghes: '*'
1213
ghec: '*'
13-
type: tutorial
1414
topics:
1515
- CI
1616
- Java
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Building and testing .NET
3-
intro: You can create a continuous integration (CI) workflow to build and test your .NET project.
3+
intro: Learn how to create a continuous integration (CI) workflow to build and test your .NET project.
44
redirect_from:
55
- /actions/guides/building-and-testing-net
66
- /actions/automating-builds-and-tests/building-and-testing-net
77
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-net
8+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-net
89
versions:
910
fpt: '*'
1011
ghes: '*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Building and testing Node.js
3-
intro: You can create a continuous integration (CI) workflow to build and test your Node.js project.
3+
intro: Learn how to create a continuous integration (CI) workflow to build and test your Node.js project.
44
redirect_from:
55
- /actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions
66
- /actions/language-and-framework-guides/using-nodejs-with-github-actions
77
- /actions/guides/building-and-testing-nodejs
88
- /actions/automating-builds-and-tests/building-and-testing-nodejs
99
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
10+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
1314
ghec: '*'
14-
type: tutorial
1515
topics:
1616
- CI
1717
- Node
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
title: Building and testing PowerShell
3-
intro: You can create a continuous integration (CI) workflow to build and test your PowerShell project.
3+
intro: Learn how to create a continuous integration (CI) workflow to build and test your PowerShell project.
44
redirect_from:
55
- /actions/guides/building-and-testing-powershell
66
- /actions/automating-builds-and-tests/building-and-testing-powershell
77
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell
8+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-powershell
89
versions:
910
fpt: '*'
1011
ghes: '*'
1112
ghec: '*'
1213
authors:
1314
- potatoqualitee
14-
type: tutorial
15+
1516
topics:
1617
- CI
1718
- PowerShell
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Building and testing Python
3-
intro: You can create a continuous integration (CI) workflow to build and test your Python project.
3+
intro: Learn how to create a continuous integration (CI) workflow to build and test your Python project.
44
redirect_from:
55
- /actions/automating-your-workflow-with-github-actions/using-python-with-github-actions
66
- /actions/language-and-framework-guides/using-python-with-github-actions
77
- /actions/guides/building-and-testing-python
88
- /actions/automating-builds-and-tests/building-and-testing-python
99
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
10+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-python
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
1314
ghec: '*'
14-
type: tutorial
1515
topics:
1616
- CI
1717
- Python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ redirect_from:
55
- /actions/guides/building-and-testing-ruby
66
- /actions/automating-builds-and-tests/building-and-testing-ruby
77
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby
8+
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-ruby
89
versions:
910
fpt: '*'
1011
ghes: '*'
1112
ghec: '*'
12-
type: tutorial
1313
topics:
1414
- CI
1515
- Ruby

0 commit comments

Comments
 (0)