Skip to content

Commit

Permalink
fix: foundry ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 30, 2025
1 parent c9cea56 commit a06bfb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/forge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow runs the complete Forge suite of tools for code quality and testing.
name: Forge Suite
name: Foundry Suite

# Trigger workflow on manual dispatch, pull requests, or pushes to dev branch.
on:
Expand Down Expand Up @@ -49,6 +49,10 @@ jobs:
- name: "Install Bun"
uses: "oven-sh/setup-bun@v1"

# Install NPM packages.
- name: "Install NPM Packages"
run: bun install

# Run Solhint linter to check for Solidity code quality issues.
- name: "Solhint"
run: bun run hint
Expand Down

0 comments on commit a06bfb8

Please sign in to comment.