Commit graph

37 commits

Author SHA1 Message Date
Ilir Bekteshi
4158fef109 Revert "TEST commit"
This reverts commit e2dcb8c42f.
2021-10-07 09:29:50 +02:00
Ilir Bekteshi
7ba67d50f3 Catch exit code from pipe 2021-10-07 09:27:03 +02:00
Ilir Bekteshi
e2dcb8c42f TEST commit 2021-10-07 09:23:30 +02:00
Ilir Bekteshi
c38eb81906 Picking it up again 2021-10-07 09:20:12 +02:00
Ilir Bekteshi
cda5fe54c7 Merge remote-tracking branch 'origin/master' into log-output 2021-10-07 09:18:08 +02:00
Jeff Widman
0d4bd66960
Use latest version of checkout action (#30) 2021-08-31 11:29:11 +02:00
Ilir Bekteshi
ed2b6e9115
Fix script not catching exit code (#29) 2021-08-19 18:14:17 +02:00
Ilir Bekteshi
7089dfb3e6 Upd readme 2021-08-19 09:16:22 +02:00
Ilir Bekteshi
30f9249db0 Merge remote-tracking branch 'origin/master' into log-output 2021-08-19 08:46:59 +02:00
Ilir Bekteshi
bbdd4006fd
Fix file_or_dir param (#27) 2021-08-18 15:23:29 +02:00
Ilir Bekteshi
b8a648b6e1 "revert" capture whole run 2021-08-16 13:58:18 +02:00
Ilir Bekteshi
5802e0a5a8 Make examples compliant #24 2021-08-14 20:19:03 +02:00
Ilir Bekteshi
d5318587ea Capture the whole run 2021-08-12 11:46:16 +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
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