1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Always use ``yaml instead of sometimes ``yml

This commit is contained in:
Simran Spiller
2021-05-07 12:06:04 +02:00
parent 49a3a80dbd
commit 2f9df80b4d
4 changed files with 10 additions and 10 deletions

View File

@@ -91,7 +91,7 @@ This example workflow runs anytime commits are pushed to the repository. The act
The workflow shows an example of running the ESLint static analysis tool as a step in a workflow. The `Run ESLint` step runs the ESLint tool and outputs the `results.sarif` file. The workflow then uploads the `results.sarif` file to {% data variables.product.prodname_dotcom %} using the `upload-sarif` action. For more information about creating a workflow file, see "[Introduction to GitHub Actions](/actions/learn-github-actions/introduction-to-github-actions)."
```yml
```yaml
name: "ESLint analysis"
# Run workflow each time code is pushed to your repository and on a schedule.