diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdbe1adca..dbe50653d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,5 @@ jobs: - name: Install dependencies run: bun install - - name: Run tests - run: bun run test \ No newline at end of file + - name: Run lint + run: bun run lint \ No newline at end of file