Skip to content

Commit

Permalink
add changeset validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 27, 2024
1 parent 1a96544 commit c3ee4e6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Changeset

on:
push:
branches:
- main
pull_request:

jobs:
changeset:
name: Validate changeset
runs-on: depot-ubuntu-22.04-16
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Changeset
run: pnpm changeset

0 comments on commit c3ee4e6

Please sign in to comment.