Commit graph

24 commits

Author SHA1 Message Date
Ilir Bekteshi
bbdd4006fd
Fix file_or_dir param (#27) 2021-08-18 15:23:29 +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
Mike Carey
05a42da02e
Installs build tools for installing pyyaml (#15)
When attempting to install pyyaml, pip fails to find the `gcc` executable.
2021-04-15 08:44:05 +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
Ilir Bekteshi
7f68ad7a33
Merge pull request #7 from ruzickap/test123
Change "master" to "v1" in README
2020-06-01 00:58:22 +02:00
Petr Ruzicka
01284a7f89 Change "master" to "v1" in README 2020-05-07 13:34:01 +02:00
Ilir Bekteshi
665205c325
Merge pull request #6 from ibiqlik/fixver
Autotag releases, use Dockerfile (for now) #5
2020-02-28 10:20:44 +01: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
Ilir Bekteshi
420199aa6f
Merge pull request #4 from lucianposton/master
Use bash in entrypoint
2020-02-24 11:28:18 +01:00
Lucian Poston
4d720f5e90
Rewrite entrypoint in bash
Fixes #2
Fixes #3
2020-02-17 20:15:31 -06:00
Lucian Poston
7c8482c72b
Add bash to Dockerfile 2020-02-17 19:18:15 -06:00
Ilir Bekteshi
26e96b30f8
Merge pull request #1 from ruzickap/enhancement-default_path
Use the current directory as default path for yamllint
2020-01-27 12:06:14 +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
9ea81d4a61 Need a change to trigger the build, doh. 2019-12-17 12:50:34 +01:00
Ilir Bekteshi
ea809ad25c Rename file 2019-12-17 12:48:47 +01:00
Ilir Bekteshi
a39b849247 Use published image for faster runs 2019-12-17 12:47:12 +01:00
Ilir Bekteshi
10975e2cec
Update action.yml 2019-10-16 11:13:43 +02:00
Ilir Bekteshi
6888687646 Add docs 2019-10-16 11:10:34 +02:00
Ilir Bekteshi
7cb973d6a3 Add flags when on of the Configs is specified 2019-10-16 10:50:33 +02:00
Ilir Bekteshi
db8f332c96 Add action, dockerfile, entrypoint 2019-10-16 10:43:28 +02:00
Ilir Bekteshi
301f739d5f
Initial commit 2019-10-16 10:26:48 +02:00