Skip to content

Commit

Permalink
chore: 🤖 Relax code format CI-CD dependency install (#51)
Browse files Browse the repository at this point in the history
## Why?

Relax code format CI-CD dependency install

## How?

- Remove strict from pnpm install

## Tickets?

-
[PLAT-1670](https://linear.app/fleekxyz/issue/PLAT-1670/relax-code-format-ci-cd-dependency-install)

## Contribution checklist?

- [x] The commit messages are detailed
- [x] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [ ] You have manually tested
- [ ] You have provided tests

## Security checklist?

- [ ] Sensitive data has been identified and is being protected properly
- [ ] Injection has been prevented (parameterized queries, no eval or
system calls)

## Preview?

Optionally, provide the preview url here
  • Loading branch information
heldrida authored Oct 28, 2024
1 parent 8b3c501 commit 2e6ba34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:

- name: Install dependencies
run: |
pnpm install \
--strict-peer-dependencies
pnpm install
- name: Code format check
id: fmt_check
Expand Down

0 comments on commit 2e6ba34

Please sign in to comment.