Skip to content

Commit bb7fa71

Browse files
authored
chore: fix some more CI stuff (#2383)
* chore: fix CI checks * fix cargo file
1 parent 36c5411 commit bb7fa71

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

.github/workflows/ci-ethereum-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Foundry
3131
uses: foundry-rs/foundry-toolchain@v1.1.1
3232
with:
33-
version: nightly
33+
version: 0.2.0
3434

3535
- name: Install Forge dependencies
3636
run: pnpm run install-forge-deps

.github/workflows/ci-pre-commit.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,3 @@ jobs:
4848
path: ~/.cache/pypoetry
4949
key: poetry-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ env.POETRY_VERSION }}
5050
- uses: pre-commit/action@v3.0.0
51-
if: ${{ github.event_name == 'pull_request' }}
52-
with:
53-
# Run only on files changed in the PR
54-
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}
55-
- uses: pre-commit/action@v3.0.0
56-
if: ${{ github.event_name != 'pull_request' }}

apps/hermes/server/Cargo.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/solana/Cargo.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)