From a762bf9c801416776b6e204805f64457468657d1 Mon Sep 17 00:00:00 2001 From: PythonPete32 Date: Thu, 31 Oct 2024 20:00:08 +0000 Subject: [PATCH] fix: :bug: typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b7d608..41a615b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: version: latest - name: Run Biome Version - run: biome --verison + run: biome --version - name: Run Biome Lint run: biome lint - name: Run Biome Format