File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11- id : gitlabci-lint
2- name : Linting .gitlab-ci.yml
2+ name : Linting GitLab CI configs
33 description : |
44 This hooks verifies that your Gitlab CI configuration is valid. You can
55 pass in a self-hosted GitLab URL in your .pre-commit-config.yaml, see
Original file line number Diff line number Diff line change 2323
2424setup (
2525 name = 'pre-commit-gitlabci-lint' ,
26- version = '1.1.4 ' ,
26+ version = '1.1.5 ' ,
2727 description = 'Validate your GitLab CI with GitLab\' s API endpoint.' ,
2828 cmdclass = cmd_classes ,
2929 long_description = long_description ,
Original file line number Diff line number Diff line change 1515from functools import partial
1616
1717
18- __version__ = '1.1.4 '
18+ __version__ = '1.1.5 '
1919
2020
2121if not (token := os .getenv ('GITLAB_TOKEN' )):
You can’t perform that action at this time.
0 commit comments