Fix for blank lines around code fences (#38255)
This commit is contained in:
@@ -3,17 +3,21 @@
|
||||
The starter workflow configures jobs to run on Linux, using the {% data variables.product.prodname_dotcom %}-hosted `ubuntu-latest` runners. You can change the `runs-on` key to run your jobs on a different operating system. For example, you can use the {% data variables.product.prodname_dotcom %}-hosted Windows runners.
|
||||
|
||||
{% raw %}
|
||||
|
||||
```yaml
|
||||
runs-on: windows-latest
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
||||
Or, you can run on the {% data variables.product.prodname_dotcom %}-hosted macOS runners.
|
||||
|
||||
{% raw %}
|
||||
|
||||
```yaml
|
||||
runs-on: macos-latest
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
||||
You can also run jobs in Docker containers, or you can provide a self-hosted runner that runs on your own infrastructure. For more information, see "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on)."
|
||||
|
||||
Reference in New Issue
Block a user