Move tests to forgejo
This commit is contained in:
parent
5ec0221634
commit
0155f456ba
1 changed files with 1 additions and 3 deletions
|
@ -13,11 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install package dependencies
|
||||
run: |
|
||||
sudo apt-get install \
|
||||
apt-get install \
|
||||
ansible-lint \
|
||||
jsonlint \
|
||||
shellcheck \
|
||||
yamllint
|
||||
ln -s /usr/bin/jsonlint-php /usr/local/bin/jsonlint
|
||||
- name: Run linters
|
||||
run: make -C ./tests
|
Loading…
Add table
Add a link
Reference in a new issue