Skip to content

Commit 73a85e5

Browse files
committed
feat: lint check on main
1 parent ecf8fbe commit 73a85e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
FOUNDRY_VERSION: stable
2222

23+
- name: Run Prettier lint check
24+
uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
25+
2326
- name: Run Forge tests
2427
id: test
2528
uses: bgd-labs/github-workflows/.github/actions/foundry-test@main

0 commit comments

Comments
 (0)