Move tests to forgejo

This commit is contained in:
Timo Makinen 2025-05-27 17:31:15 +00:00
parent 5ec0221634
commit 0155f456ba

View file

@ -0,0 +1,21 @@
---
name: tests
# yamllint disable-line rule:truthy
on:
- push
jobs:
lint:
name: run linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install package dependencies
run: |
apt-get install \
ansible-lint \
shellcheck \
yamllint
- name: Run linters
run: make -C ./tests