Skip to content

Commit

Permalink
fix remaining code fence blank violations (#43100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Sep 22, 2023
1 parent 4819fa2 commit 5c56c7d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ We recommend that you have a basic understanding of the Go language. For more in
- name: Test
run: go test -v ./...
```
{%- endif %}
1. Edit the workflow as required. For example, change the version of Go.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ We recommend that you have a basic understanding of Java and the Ant framework.
- name: Build with Ant
run: ant -noinput -buildfile build.xml
```
{%- endif %}
1. Edit the workflow as required. For example, change the Java version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ We recommend that you have a basic understanding of Java and the Gradle framewor
with:
arguments: build
```
{%- endif %}
1. Edit the workflow as required. For example, change the Java version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ We recommend that you have a basic understanding of Java and the Maven framework
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
```
{%- endif %}
1. Edit the workflow as required. For example, change the Java version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ We recommend that you have a basic understanding of the .NET Core SDK. For more
- name: Test
run: dotnet test --no-build --verbosity normal
```
{%- endif %}
1. Edit the workflow as required. For example, change the .NET version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ We recommend that you have a basic understanding of Node.js, YAML, workflow conf
- run: npm run build --if-present
- run: npm test
```
{%- endif %}
1. Edit the workflow as required. For example, change the Node versions you want to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ We recommend that you have a basic understanding of Python, PyPy, and pip. For m
run: |
pytest
```
{%- endif %}
1. Edit the workflow as required. For example, change the Python version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ We recommend that you have a basic understanding of Ruby, YAML, workflow configu
- name: Run tests
run: bundle exec rake
```
{%- endif %}
1. Edit the workflow as required. For example, change the Ruby versions you want to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ We recommend that you have a basic understanding of Swift packages. For more inf
- name: Run tests
run: swift test -v
```
{%- endif %}
1. Edit the workflow as required. For example, change the branch on which the workflow will run.
Expand Down

0 comments on commit 5c56c7d

Please sign in to comment.