Skip to content

Commit

Permalink
COMP: yaml language annotation on module_workflows.md
Browse files Browse the repository at this point in the history
Addresses:

> /home/matt/src/ITK/Documentation/docs/contributing/module_workflows.md:20: WARNING: Pygments lexer name 'yml' is not known

If yml is used. Provide language markup.
  • Loading branch information
thewtex committed Nov 8, 2023
1 parent 9c91750 commit c55b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/contributing/module_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ITK reusable workflows support most ITK external modules and provide CI boilerpl

It is easy to add ITK reusable workflow integration to an external module. In a file `workflow.yml` in the `.github/workflows` directory of your project, add the following specification:

```
```yaml
name: Build, test, package

on: [push,pull_request]
Expand Down

0 comments on commit c55b289

Please sign in to comment.