From ab169f817ac84bdf0e4caf5ecbc4b705cb6eed30 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 4 Feb 2024 16:43:38 -0300 Subject: [PATCH] Fix make target --- .github/workflows/octez_version.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index dadb818..41f4e79 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -15,5 +15,5 @@ jobs: steps: - name: Install python-requests run: sudo apt-get install python3-requests - - name: make octez_version - run: make octez_version \ No newline at end of file + - name: make check + run: make check \ No newline at end of file diff --git a/Makefile b/Makefile index 147c5f3..de72aa2 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ run: release: git tag $(TAG) -f && git push origin $(TAG) --force -octez_version: +check: python3 octez_version.py