diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2090869..1fa9d8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: ✅ Type check run: yarn typecheck - - name: �� Lint check + - name: 🧹 Lint check run: yarn lint - name: 🛠 Build check