Skip to content

Commit d4e3a29

Browse files
committed
ci: remove old files
1 parent 36d317f commit d4e3a29

File tree

8 files changed

+15
-83
lines changed

8 files changed

+15
-83
lines changed

.hadolint.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,48 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: fix-encoding-pragma
10+
- id: check-added-large-files
11+
args: ['--maxkb=600']
1012

1113
- repo: https://github.com/adrienverge/yamllint
1214
rev: v1.35.1
1315
hooks:
1416
- id: yamllint
1517
files: \.(yaml|yml)$
1618
types: [file, yaml]
17-
entry: yamllint --strict
19+
entry: yamllint -c .github/.yamllint.yaml --strict
1820

1921
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v3.21.3
22+
rev: v3.29.0
2123
hooks:
2224
- id: commitizen
2325
stages:
2426
- commit-msg
2527

28+
- repo: https://github.com/mpalmer/action-validator
29+
rev: v0.6.0
30+
hooks:
31+
- id: action-validator
32+
stages:
33+
- commit-msg
34+
2635
- repo: https://github.com/ansible/ansible-lint
27-
rev: v24.2.1
36+
rev: v24.9.0
2837
hooks:
2938
- id: ansible-lint
30-
entry: ansible-lint . --force-color
39+
entry: bash -c 'YAMLLINT_CONFIG_FILE=".github/.yamllint.yaml" ansible-lint . --force-color -c .github/.ansible-lint.yml'
3140
pass_filenames: false
3241
always_run: true
3342
additional_dependencies:
3443
- .[community]
3544

3645
- repo: https://github.com/robertdebock/pre-commit
37-
rev: v1.5.2
46+
rev: v1.5.3
3847
hooks:
3948
- id: ansible_role_find_unused_variable
4049
- id: ansible_role_find_empty_files

.yamllint

Lines changed: 0 additions & 56 deletions
This file was deleted.

assets/logo.gh-dark-mode-only.png

-9.98 KB
Binary file not shown.

assets/logo.gh-light-mode-only.png

-12.4 KB
Binary file not shown.

assets/screenshot.png

-466 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

renovate.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)