diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c620bd6..46a3f9c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,4 @@ jobs: with: deno-version: 1.x - name: Lint Package with Biome - run: deno test lint \ No newline at end of file + run: deno task lint \ No newline at end of file