ci: add "git status" to find what's dirty

This commit is contained in:
goaaats 2021-08-10 14:19:34 +02:00 committed by GitHub
parent fc9c324922
commit 8645308b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@ jobs:
($env:REPO_NAME) >> VERSION
($env:BRANCH) >> VERSION
($env:COMMIT) >> VERSION
git status
- name: Build Dalamud
run: .\build.ps1 compile
- name: Test Dalamud