Skip to content

Commit

Permalink
remove install command in changeset.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
takurinton committed Sep 4, 2023
1 parent 3bb611f commit 33ba30c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-yarn
- name: install
run: make -f ci.mk install
- name: check changesets
run: make -f ci.mk check_changesets
if: github.actor != 'dependabot[bot]' && github.actor != 'FluctMember'

0 comments on commit 33ba30c

Please sign in to comment.