Skip to content

Commit

Permalink
Update documentation/API-linting-Implementation-Guideline.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Díez García <pedro.diezgarcia@telefonica.com>
  • Loading branch information
eric-murray and PedroDiez authored Aug 9, 2024
1 parent 7fad4c8 commit 36a7b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/API-linting-Implementation-Guideline.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The output from Spectral can be seen by expanding the step **Run Spectral Lintin
[Megalinter](https://megalinter.io/latest/) is an Open-Source tool for CI/CD workflows that analyzes the consistency of code, configurations, and scripts in repository sources. Megalinter supports Spectral linting.
The Megalinter job will be automatically activated once you submit a pull request on the [main/master] branch of the CAMARA repository, as configured in megalinter.yml.

The Megalinter configuration consists of the <b><a href="/artifacts/linting_rules/.github/workflows/megalinter.yml">megalinter.yml </a></b> file containing the necessary settings to run Megalinter and Spectral jobs on GitHub actions.
The Megalinter configuration consists of the <b><a href="/artifacts/linting_rules/.github/workflows/megalinter.yml">megalinter.yml</a></b> file containing the necessary settings to run Megalinter and Spectral jobs on GitHub actions.

Additionally, Megalinter also supports linting of YAML files. To enable this, users need to add the following ruleset files to the root location.

Expand Down

0 comments on commit 36a7b51

Please sign in to comment.