1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00
Commit graph

24 commits

Author SHA1 Message Date
Nick
0b56dfd77b oops 2023-07-17 13:38:29 -05:00
Nick
d21d8ed1c9 latest alpine image 2023-07-17 13:37:19 -05:00
Nick
b64f65aa8c explicit pyyaml install 2023-07-17 13:30:52 -05:00
Nick
71f6650ff9 stay with 11 2023-07-17 13:21:22 -05:00
Nick
12b0d10bbc pin pyyaml 2023-07-17 13:19:52 -05:00
Nick
b4db86dbaf just alpine bump again 2023-07-17 13:13:29 -05:00
Nick
1819438b13 try 3.11 alpine 2023-07-17 13:07:30 -05:00
Nick
79e76bbe6f Merge branch 'master' of https://github.com/NickAdolf/yamllint-github-action 2023-07-17 13:05:36 -05:00
Nick
328b39d2aa add wheel dep 2023-07-17 13:05:24 -05:00
Nick
37c8a594ba
Merge pull request #1 from NickAdolf/bump-aline
bump alpine
2023-07-17 13:03:06 -05:00
Nick
eaa7ad8a8d bump alpine 2023-07-17 13:01:50 -05:00
Christian Clauss
0a90406481
Upgrade GitHub Actions (#16) 2023-03-27 23:01:19 +01:00
Tung Beier
ac72e14cd4
feat(dependabot): update config to version 2 (#19)
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
2023-03-14 15:10:38 +00:00
Tung Beier
35d356f02b
fix(test): adapt test validation (#18)
* fix(test): adapt test validation

Related to the change in
https://github.com/karancode/yamllint-github-action/pull/17

* feat(action): run CI on pull request against master
2023-03-14 15:10:12 +00:00
Tung Beier
fdef6bc189
fix(script): adjust yamllint_output declaration (#17) 2023-03-13 22:36:04 +00:00
Yuji Okazawa
c85ba57189
replace set-output statement GITHUB_OUTPUT (#12)
* #11 replace set-output statement GITHUB_OUTPUT

* test: replace set-output statement GITHUB_OUTPUT
2023-02-20 20:11:58 +00:00
Yudai Takada
234e9eaa71
Fix a typo (#9)
Use nested instead of nestet
2022-12-19 03:00:22 +00:00
Yudai Takada
8aaa73d411
Add to GitHub Actions workflows Linting ourselves with yamllint (#10)
* Linting ourselves in yamllint

* Add to GitHub Actions workflows Linting ourselves with yamllint
2022-12-19 03:00:01 +00:00
Richard Steinbrück
dd59165b84
Add testing framework bats and fix #4 (#5)
* Fix mdl issues

* Add bats as testing framework

* Fix #4

* Add GitHub codeowner file

* Add Dependabot config

* Add github workflow for testing

* don't comment if yamllint is successful (fixes #2)

* remove GITHUB_EVENT.json
2020-04-28 17:39:44 +09:00
Sebastian Kunze
8d8558d725
Fix wrong secret name in README (#3) 2020-02-22 16:54:27 -05:00
karancode
791dcfcb43 bugfix 2019-12-27 13:16:52 +09:00
Karan Thanvi
7529b44059
Rename actions.yaml to action.yml 2019-12-24 01:24:15 +09:00
Karan Thanvi
c350bd84d5
Action v1 (#1)
* initial

* test -x

* bugfix

* bash -> sh

* fix

* fix condition & install jq,curl

* fix message

* fix

* readme

* icon
2019-12-24 01:22:54 +09:00
Karan Thanvi
565a77661f
Initial commit 2019-12-23 15:33:54 +09:00