Add CI using Gitea actions

This commit is contained in:
2023-09-01 03:47:02 +02:00
parent 0af355843d
commit 2006b9733e
4 changed files with 26 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
name: Lint Ansible files
run-name: "${{ gitea.actor }} is linting Ansible files!"
on: [push]
jobs:
lint-ansible-files:
runs-on: ubuntu-22.04
steps:
- run: echo "it works!"
- name: Check out repo
uses: actions/checkout@v3