Run tools CI job

This commit is contained in:
jo 2021-09-07 23:10:34 +02:00
parent 14d4012e8e
commit 7f1c368c13
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@ jobs:
- run: SEVERITY=warning make shell-check
test-tools:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: make all
working-directory: tools
test-legacy:
strategy:
matrix: