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>
This commit is contained in:
2024-02-15 14:29:48 +01:00
parent a65d96c984
commit 9aa6ef3f76

View File

@@ -0,0 +1,21 @@
---
name: Development
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches: [develop, master]
pull_request:
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: YAML lint
uses: karancode/yamllint-github-action@v2
with:
yamllint_config_filepath: .yamllint.yml
- name: Ansible lint
uses: ansible/ansible-lint@v6