Skip to content

Conversation

huaweigu
Copy link
Contributor

@huaweigu huaweigu commented Nov 6, 2024

Summary

Test out the new public dependency review action. We actually want to revert back to github package as node release is not maintained by any teams now. There're also discussions related to getting the org scope (@erc6900) back. So I think we should stick with github package for the time being.

Detail

Changeset

  • revert back to github package
  • ignore license check from 6900 reference impl as we discussed with legal
  • remove needs: lint_and_test to speed up the build

Checklist

  • Did you add new tests and confirm all tests pass? (yarn test)
  • Did you update relevant docs? (docs are found in the docs folder)
  • Do your commits follow the Conventional Commits standard?
  • Does your PR title also follow the Conventional Commits standard?
  • If you have a breaking change, is it correctly reflected in your commit message? (e.g. feat!: breaking change)
  • Did you run lint (yarn lint) and fix any issues?
  • Did you run formatter (yarn format:check) and fix any issues (yarn format:write)?

Testing

No features have been added, so just existing tests.

Documentation

n/a

@huaweigu huaweigu marked this pull request as ready for review November 6, 2024 22:19
@huaweigu huaweigu changed the title chore: test out new dependency review action build: test out new dependency review action Nov 6, 2024
"forge-std": "github:foundry-rs/forge-std#v1.9.2",
"solady": "0.0.243",
"erc6900-reference-implementation": "0.8.0-rc.6"
"@erc6900/reference-implementation": "github:erc6900/reference-implementation#v0.8.0-rc.6"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, this reverts back to github package

run: yarn test

scan:
needs: lint_and_test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is ok to remove this ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes removing needs: lint_and_test to speed up the build per recommendation from Jake

@huaweigu huaweigu merged commit af27996 into circlefin:master Nov 7, 2024
6 checks passed
@huaweigu huaweigu deleted the chore/test-ci branch November 7, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants