diff --git a/.github/workflows/contracts-sast.yaml b/.github/workflows/contracts-sast.yaml index 17c77e9976..045bb927ce 100644 --- a/.github/workflows/contracts-sast.yaml +++ b/.github/workflows/contracts-sast.yaml @@ -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 diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml index ab05793dfd..d0199bc69e 100644 --- a/.github/workflows/lint-pr.yaml +++ b/.github/workflows/lint-pr.yaml @@ -1,7 +1,7 @@ name: "Lint PR" on: - pull_request_target: + pull_request: types: - opened - edited @@ -29,6 +29,7 @@ jobs: cli contracts core + ci deps docker ethapi