Skip to content

Commit

Permalink
chore(ci): update lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocao committed Dec 10, 2024
1 parent 7dca39e commit 8992183
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
- name: "Install the dependencies 📦"
run: "bun install"

- name: "Lint TypeScript 🧹"
run: "bun run lint:ts"

- name: "Lint Solidity 🧹"
run: "bun run lint:sol"
- name: "Lint TypeScript & Solidity 🧹"
run: "bun run check"

- name: "Compile the contracts 🛠️"
run: "bun run compile"
Expand Down

0 comments on commit 8992183

Please sign in to comment.