martin-g commented on a change in pull request #361:
URL: https://github.com/apache/tomcat/pull/361#discussion_r487755893



##########
File path: .github/workflows/lint.yml
##########
@@ -0,0 +1,18 @@
+name: Lint
+
+on: [push, pull_request]
+
+jobs:
+  lint:
+    name: 🧹 Markdown and YAML Lint
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: yaml-lint
+        uses: ibiqlik/action-yamllint@v1

Review comment:
       Please move `yamllint.yml` from the root folder to `.github/workflows/` 
and use 
[config_file](https://github.com/ibiqlik/action-yamllint#optional-parameters) 
to specify it.
   The idea is to not pollute the root folder with too many config files which 
are used for very specific needs.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to