Skip to content

Commit

Permalink
Merge branch 'feat/solidity-tests' into docs/add-cheatcode-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed May 31, 2024
2 parents 29a5601 + 2e891cb commit 142624a
Show file tree
Hide file tree
Showing 52 changed files with 744 additions and 3,435 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-keys-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-vans-build.md

This file was deleted.

26 changes: 21 additions & 5 deletions .github/workflows/edr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ jobs:
command: fmt
args: --all --check

- name: Check markdown style
uses: actionsx/prettier@v2
with:
args: --check "**/*.md"

- name: Run cargo clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings

Expand All @@ -184,3 +179,24 @@ jobs:
chmod +x ./.github/scripts/cargo-doc.sh
./.github/scripts/cargo-doc.sh
shell: bash

prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: pnpm

- name: Install package
run: pnpm install --frozen-lockfile --prefer-offline

- name: Run prettier
run: pnpm run prettier
Loading

0 comments on commit 142624a

Please sign in to comment.