Commit graph

12 commits

Author SHA1 Message Date
Ilir Bekteshi
5802e0a5a8 Make examples compliant #24 2021-08-14 20:19:03 +02:00
Ilir Bekteshi
c880b49d82 Save yamllint output/log to a file 2021-08-10 20:00:50 +02:00
Ilir Bekteshi
c19bd0523a
Add --no-warnings flag #19 (#20) 2021-05-26 08:56:08 +02:00
Ilir Bekteshi
c2e8eccd22
Change default output format to parsable (#17)
* Change default output format to parsable

`github` format is barely usable in the logs where it only shows that errors/warnings occurred but not which file:line.

* Update README.md
2021-04-23 12:03:45 +02:00
Ilir Bekteshi
b2aeacc1b7
Convert to composite action #10 (#11) 2020-11-08 18:54:33 +01:00
Ilir Bekteshi
76fdac3839
Use yamllint github format to set file annotations on errors & warnings (#12)
* Use github format output

* Add few tests

* Config yamllint
2020-10-22 12:23:39 +02:00
Petr Ruzicka
01284a7f89 Change "master" to "v1" in README 2020-05-07 13:34:01 +02:00
Ilir Bekteshi
1685dea1ac Autotag releases, use Dockerfile (for now) #5
Add wf to autotag minor and patch releases
By default use Dockerfile rather than docker image,
obviously is slower by ~15 sec which consumes precious
runner minutes but harder to automate releases, tagging and
updating image reference in action.yaml
thou not impossible. Next time.
2020-02-28 10:14:09 +01:00
Petr Ruzicka
cf0212bc66 Use the current directory as default path for yamllint
Use the current directory as default path for yamllint.
It's a handy default option which allows yamllint to check all yaml
files in repository by default (which is usually the use case).
2020-01-27 11:11:33 +01:00
Ilir Bekteshi
00803810a2 Add default values, exit if no input 2019-12-17 14:15:23 +01:00
Ilir Bekteshi
6888687646 Add docs 2019-10-16 11:10:34 +02:00
Ilir Bekteshi
301f739d5f
Initial commit 2019-10-16 10:26:48 +02:00