Skip to content

Commit

Permalink
update check action
Browse files Browse the repository at this point in the history
  • Loading branch information
theocod3s committed Apr 19, 2024
1 parent 764fe9d commit 004f2b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
name: Check

on:
pull_request:

jobs:
release:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -37,5 +37,4 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build
- run: pnpm build

0 comments on commit 004f2b2

Please sign in to comment.