Skip to content

Commit

Permalink
chore: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeamxn committed Jan 27, 2025
1 parent d66aeb7 commit 7d07ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: build
jobs:
dipull:
name: build-dipull
name: dipull
runs-on: ubuntu-latest

strategy:
Expand All @@ -26,7 +26,7 @@ jobs:
bun install
bun run build
dipull-auth:
name: build-dipull-auth
name: dipull-auth
runs-on: ubuntu-latest

strategy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
- '**'
name: lint
jobs:
lint-dipull:
name: lint-dipull
dipull:
name: dipull
runs-on: ubuntu-latest

strategy:
Expand All @@ -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:
Expand Down

0 comments on commit 7d07ced

Please sign in to comment.