From 57b7eac05cf378f4e5b3449ecca2bba89f21396f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 28 Mar 2025 17:37:28 +0100 Subject: [PATCH] Test --- .gitea/workflows/lint.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index d96555a..3b7b274 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Clone repo uses: actions/checkout@v4 - - name: Install dependencies - run: bun install --frozen-lockfile - - name: Build - run: bun run build + # - name: Install dependencies + # run: bun install --frozen-lockfile + # - name: Build + # run: bun run build