Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab authored May 8, 2024
1 parent bea9b6d commit c0ca6fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check commit
name: Build PR
on:
pull_request:
branches: [main]
Expand All @@ -20,8 +20,5 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run checks
run: pnpm lint

- name: Build
run: pnpm build

0 comments on commit c0ca6fe

Please sign in to comment.