1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Update controllers to v0.0.1

This commit is contained in:
stefanprodan
2020-06-25 09:59:30 +03:00
parent 4b18f56f00
commit 0e437c1105
5 changed files with 11 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ jobs:
- name: Check if working tree is dirty
run: |
if [[ $(git diff --stat) != '' ]]; then
git diff --stat
echo 'run make test and commit changes'
exit 1
fi