From d3818c7f76b55049348e6a9641fae09419c5444e Mon Sep 17 00:00:00 2001 From: Jakub Kujawa Date: Thu, 23 Nov 2023 19:36:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(build):=20remove=20checking?= =?UTF-8?q?=20just=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d227307a2..58b1887622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,9 +41,6 @@ jobs: - name: Checkout Push to Registry action uses: actions/checkout@v4 - - name: Check just syntax - uses: ublue-os/just-action@v1 - - name: Add yq (for reading recipe.yml) uses: mikefarah/yq@v4.40.2