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
|
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
|
Loading…
Add table
Add a link
Reference in a new issue