Skip to content

Commit

Permalink
ci: yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 19, 2023
1 parent 474e2e6 commit 8674aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
cache: 'yarn'
- name: Prettier, Build and Version
run: |
yarn install
yarn run format
git add ./src
git commit -m "ci: prettier format"
Expand Down

0 comments on commit 8674aa3

Please sign in to comment.