Skip to content

Commit

Permalink
Simplify the links for languages by pointing to the full list directly
Browse files Browse the repository at this point in the history
The list of languages here is a subset of the full list available
elsewhere. Instead of trying to keep it up to date, we can point
to that full list directly. This prevents having to keep this list up to
date in the future. Additionally, now this section is more consistent
with the other sections in this document which also point the reader
elsewhere. As a small bonus the old links were pointing to a link that
no longer exists directly and was instead a redirect, so this is now
pointing to a living page.
  • Loading branch information
Fryguy committed Jan 2, 2025
1 parent d25344a commit 9e3eeb6
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,7 @@ The concurrent jobs and workflow execution times in {% data variables.product.pr

### Using different languages in {% data variables.product.prodname_actions %}

When working with different languages in {% data variables.product.prodname_actions %}, you can create a step in your job to set up your language dependencies. For more information about working with a particular language, see the specific guide:
* [Building and testing Node.js](/actions/automating-builds-and-tests/building-and-testing-nodejs)
* [Building and testing Python](/actions/automating-builds-and-tests/building-and-testing-python)
* [Building and testing PowerShell](/actions/automating-builds-and-tests/building-and-testing-powershell)
* [Building and testing Java with Maven](/actions/automating-builds-and-tests/building-and-testing-java-with-maven)
* [Building and testing Java with Gradle](/actions/automating-builds-and-tests/building-and-testing-java-with-gradle)
* [Building and testing Java with Ant](/actions/automating-builds-and-tests/building-and-testing-java-with-ant)
When working with different languages in {% data variables.product.prodname_actions %}, you can create a step in your job to set up your language dependencies. For more information about working with a particular language, see [AUTOTITLE](/actions/use-cases-and-examples/building-and-testing).

## Executing scripts

Expand Down

0 comments on commit 9e3eeb6

Please sign in to comment.