diff options
author | w0rp <devw0rp@gmail.com> | 2024-06-02 19:07:06 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2024-06-02 19:07:06 +0100 |
commit | c7c41e157478fc9d4f65e9f640bfce75fa211fd7 (patch) | |
tree | 70b096ad66dac124b6175acbb5b415f821394fed /supported-tools.md | |
parent | adaa7f6f62366e5ed8aa76e79ca74f32a3b196b3 (diff) | |
download | ale-c7c41e157478fc9d4f65e9f640bfce75fa211fd7.zip |
Run actionlint by default on GitHub files
Detect paths containing .github as a directory for running actionlint
by default on YAML filetypes.
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index 0b6383f5..56a5a6c9 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -720,7 +720,7 @@ formatting. * XML * [xmllint](http://xmlsoft.org/xmllint.html) * YAML - * [actionlint](https://github.com/rhysd/actionlint) :warning: + * [actionlint](https://github.com/rhysd/actionlint) * [circleci](https://circleci.com/docs/2.0/local-cli) :floppy_disk: :warning: * [gitlablint](https://github.com/elijah-roberts/gitlab-lint) * [prettier](https://github.com/prettier/prettier) |