Skip to content

Commit

Permalink
Merge branch 'main' into update-getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz authored Dec 19, 2023
2 parents 73717b2 + ab8b22d commit 016c0f3
Show file tree
Hide file tree
Showing 81 changed files with 2,383 additions and 2,952 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
solhint --version
- name: Run Lint
run: |
./scripts/lint.sh -l sol
run: ./scripts/lint.sh --sol-lint

golangci:
runs-on: ubuntu-20.04
Expand All @@ -43,5 +42,21 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Run Lint
run: |
./scripts/lint.sh -l go
run: ./scripts/lint.sh --go-lint

format-solidity:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Foundry
run: ./scripts/install_foundry.sh

- name: Check Solidity Formatting
run: |
export PATH=$PATH:$HOME/.foundry/bin
./scripts/lint.sh --sol-format-check

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion abi-bindings/go/Mocks/ExampleERC20/ExampleERC20.go

Large diffs are not rendered by default.

Loading

0 comments on commit 016c0f3

Please sign in to comment.