Skip to content

Commit

Permalink
Merge pull request #10 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: test removed from validate action
  • Loading branch information
ksv90 authored Feb 24, 2024
2 parents dad02cc + 8d3540a commit d88e7ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, edited]
workflow_dispatch:

env:
Expand All @@ -15,5 +15,3 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm lint
- run: pnpm test
- run: pnpm build

0 comments on commit d88e7ff

Please sign in to comment.