Skip to content

Commit

Permalink
refactor: rename build workflow to lint and update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Feb 9, 2025
1 parent 1f09406 commit ff86dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 79 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Lint

on:
push:
Expand All @@ -7,8 +7,8 @@ on:
- hotfix/*

jobs:
build-and-test:
name: Build
lint:
name: Lint
runs-on: ubuntu-latest

steps:
Expand All @@ -28,6 +28,6 @@ jobs:
run: |
pnpm install --frozen-lockfile
- name: Build project
- name: Lint project
run: |
pnpm run build
pnpm run lint
74 changes: 0 additions & 74 deletions .github/workflows/release-and-publish.yml

This file was deleted.

0 comments on commit ff86dc0

Please sign in to comment.