Skip to content

Commit 09b7ef4

Browse files
committed
gh-actions: fail if anything changed
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 40556f0 commit 09b7ef4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
name: framework_tool
7575
path: target/release/framework_tool
7676

77+
- name: Make sure nothing changed (e.g. Cargo.lock)
78+
run: git diff --exit-code
79+
7780
build-uefi:
7881
name: Build UEFI
7982
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)