We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5305b7 commit 636ce83Copy full SHA for 636ce83
1 file changed
src/pages/sdk/foundry/index.mdx
@@ -108,6 +108,18 @@ Tempo's contract verifier is Sourcify-compatible. Configure verification with `V
108
109
The `[etherscan]` table in `foundry.toml` is for Etherscan-style verifiers, not Tempo's verifier.
110
111
+### Using `foundry-toolchain` in your CI
112
+
113
+Use the [`foundry-toolchain`](https://github.com/foundry-rs/foundry-toolchain) GitHub Action to install Foundry in your CI.
114
+Tempo support is included in Foundry, so no special configuration is needed.
115
116
+```yaml
117
+- name: Install Foundry
118
+ uses: foundry-rs/foundry-toolchain@v1
119
+ with:
120
+ version: nightly
121
+```
122
123
## Use Foundry for your workflows
124
125
All standard Foundry commands are supported out of the box.
0 commit comments