Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/contracts-sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,3 @@ jobs:
run: cd contracts && pnpm exec prettier --check 'contracts/**/*.sol' 'test/*.sol'
- name: Solhint check
run: cd contracts && pnpm exec solhint 'contracts/**/*.sol'

codespell:
name: Codespell check
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v3
- name: CodeSpell check
uses: codespell-project/actions-codespell@v2.0
with:
check_hidden: true
check_filenames: true
path: contracts/contracts/*,contracts/script/*,contracts/scripts/*,contracts/test/*
ignore_words_file: contracts/.codespellignore
3 changes: 2 additions & 1 deletion .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Lint PR"

on:
pull_request_target:
pull_request:
types:
- opened
- edited
Expand Down Expand Up @@ -29,6 +29,7 @@ jobs:
cli
contracts
core
ci
deps
docker
ethapi
Expand Down