laconicd-deprecated/.github/workflows/linter.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: did not find expected key
2023-03-14 11:23:48 +05:30

16 lines
565 B
YAML

linter:
# By default, Super-Linter will run all linters
# You can disable specific linters here by removing them from the list
# You can add additional linters that Super-Linter does not support by opening a pull request
# See https://github.com/github/super-linter#supported-linters
# An example of adding a custom linter is available at https://github.com/github/super-linter/tree/main/custom_linters
#
Disabled linters
- gitleaks # Remove this line to enable gitleaks
- hadolint
# Enabled linters
# - ansible-lint
# - arm-ttk
# - ...