Skip to content

Commit

Permalink
fix: add checkout action to changeset check
Browse files Browse the repository at this point in the history
  • Loading branch information
agierlicki committed Jan 21, 2025
1 parent 6e41aff commit 8f06aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template_changeset_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
name: changeset-check
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Check for changeset file
id: checkfile
run: echo "{changeset}={$(git diff --name-only origin/main... | grep -c '.changeset/.*\.md$')} >> $GITHUB_OUTPUT"
Expand Down

0 comments on commit 8f06aa9

Please sign in to comment.