Compare commits

..

1 Commits

Author SHA1 Message Date
9aa6ef3f76 ci: Start moving tasks to gitea actions
Some checks failed
Development / Lint code (pull_request) Failing after 6s
Signed-off-by: Noah Knegt <git@noahknegt.com>
2024-02-15 14:29:48 +01:00

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: YAML lint - name: YAML lint
uses: karancode/yamllint-github-action@v2.1.1 uses: karancode/yamllint-github-action@v2
with: with:
yamllint_config_filepath: .yamllint.yml yamllint_config_filepath: .yamllint.yml
- name: Ansible lint - name: Ansible lint