Skip to content

Commit

Permalink
wip! extinctions exes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Aug 21, 2023
1 parent f37af3b commit a58211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ outputs := $(inputs:.in=)
all: $(outputs)

check: all
git diff-index --exit-code --patch-with-stat HEAD
git diff --exit-code HEAD

.github/workflows/%.yaml: .github/workflows/%.yaml.in PHONY
./devel/explode-yaml < $< > $@
Expand Down

0 comments on commit a58211a

Please sign in to comment.