From 7d07ced4ec04fa87d63654614aa58b5fca1bc2c9 Mon Sep 17 00:00:00 2001 From: jeamxn Date: Mon, 27 Jan 2025 20:17:57 +0900 Subject: [PATCH] chore: github workflows --- .github/workflows/build.yml | 4 ++-- .github/workflows/lint.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94748c0..545d3eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: name: build jobs: dipull: - name: build-dipull + name: dipull runs-on: ubuntu-latest strategy: @@ -26,7 +26,7 @@ jobs: bun install bun run build dipull-auth: - name: build-dipull-auth + name: dipull-auth runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e668e9..7af3fe9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,8 +4,8 @@ on: - '**' name: lint jobs: - lint-dipull: - name: lint-dipull + dipull: + name: dipull runs-on: ubuntu-latest strategy: @@ -25,8 +25,8 @@ jobs: cd dipull bun install bun run lint - lint-dipull-auth: - name: lint-dipull-auth + dipull-auth: + name: dipull-auth runs-on: ubuntu-latest strategy: