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

@ -13,11 +13,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install package dependencies - name: Install package dependencies
run: | run: |
sudo apt-get install \ apt-get install \
ansible-lint \ ansible-lint \
jsonlint \
shellcheck \ shellcheck \
yamllint yamllint
ln -s /usr/bin/jsonlint-php /usr/local/bin/jsonlint
- name: Run linters - name: Run linters
run: make -C ./tests run: make -C ./tests