Skip to content

Commit

Permalink
ci: remove lint and test steps (#1358)
Browse files Browse the repository at this point in the history
Co-authored-by: herrardo <[email protected]>
  • Loading branch information
diegopf and herrardo authored Nov 20, 2023
1 parent dddefe3 commit 096390d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
- name: install dependencies
run: pnpm install

- name: lint packages
run: pnpm run lint

- name: test packages
run: pnpm run test

- name: configure git user
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 096390d

Please sign in to comment.