From 52f4ea5e61bca4aba4abce8b45d9bb2a0bd50a80 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 12 Jan 2025 15:25:01 +0000 Subject: [PATCH] build: remove taplo job The image doesn't support the checkout step, os can't get the file to verify them. Will add this in again via https://git.kemitix.net/kemitix/rust/issues/16 --- .forgejo/workflows/push-next.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index d68743b..562a73f 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -13,17 +13,6 @@ env: CARGO_TERM_COLOR: always jobs: - toml: - runs-on: docker - - container: - image: - docker.io/tamasfe/taplo:0.9.3 - - steps: - - name: toml format - run: taplo format --check - build: runs-on: docker