mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add git status checks to workflow to see what's dirty
This commit is contained in:
parent
98a4c0d4fd
commit
a36e11574b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -33,8 +33,12 @@ jobs:
|
||||||
($env:REPO_NAME) >> VERSION
|
($env:REPO_NAME) >> VERSION
|
||||||
($env:BRANCH) >> VERSION
|
($env:BRANCH) >> VERSION
|
||||||
($env:COMMIT) >> VERSION
|
($env:COMMIT) >> VERSION
|
||||||
|
- name: git status
|
||||||
|
run: git status
|
||||||
- name: Build and Test Dalamud
|
- name: Build and Test Dalamud
|
||||||
run: .\build.ps1 ci
|
run: .\build.ps1 ci
|
||||||
|
- name: git status
|
||||||
|
run: git status
|
||||||
- name: Sign Dalamud
|
- name: Sign Dalamud
|
||||||
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
|
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue