From 8dced6061ecb13bbd0a0cd4ac565294f7cc8ccbe Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sun, 25 Aug 2024 08:46:29 -0400 Subject: [PATCH] rename pipeline ci jobs --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4f7dc727..bac098a48 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