Add git status checks to workflow to see what's dirty
Some checks are pending
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions

This commit is contained in:
goat 2025-12-06 01:10:00 +01:00 committed by GitHub
parent 98a4c0d4fd
commit a36e11574b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,8 +33,12 @@ jobs:
($env:REPO_NAME) >> VERSION
($env:BRANCH) >> VERSION
($env:COMMIT) >> VERSION
- name: git status
run: git status
- name: Build and Test Dalamud
run: .\build.ps1 ci
- name: git status
run: git status
- name: Sign Dalamud
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
env: