Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric25 committed Jan 4, 2024
1 parent 132677e commit 7a2cb4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install dependencies
run: npm ci
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

- name: Check prettier
run: npm run check-format
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@emotion/styled": "^11.11.0",
"@fontsource/space-mono": "^4.5.12",
"@iexec/dataprotector": "^0.4.1",
"@iexec/react-ui-kit": "https://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@github.com/iExecBlockchainComputing/react-ui-kit#semver:^2.0.2",
"@iexec/react-ui-kit": "github:iExecBlockchainComputing/react-ui-kit#semver:^2.0.2",
"@iexec/web3mail": "^0.5.2",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.13.4",
Expand Down

0 comments on commit 7a2cb4a

Please sign in to comment.