diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4f7dc72..bac098a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ env: jobs: lint: + name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -31,6 +32,7 @@ jobs: run: pnpm lint && pnpm lint:ws format: + name: Format runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -42,6 +44,7 @@ jobs: run: pnpm format typecheck: + name: Typecheck runs-on: ubuntu-latest steps: - uses: actions/checkout@v4