We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf8fbe commit 73a85e5Copy full SHA for 73a85e5
.github/workflows/tests-merge.yml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
FOUNDRY_VERSION: stable
22
23
+ - name: Run Prettier lint check
24
+ uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
25
+
26
- name: Run Forge tests
27
id: test
28
uses: bgd-labs/github-workflows/.github/actions/foundry-test@main
0 commit comments