create-web3-dapp icon indicating copy to clipboard operation
create-web3-dapp copied to clipboard

Add GitHub Actions

Open arihantbansal opened this issue 3 years ago • 2 comments
trafficstars

I suggest having GitHub actions for linting when code is pushed or PR is merged on main branch.

It would be a simple workflow which runs npm run lint on the code. We can also look into allowing PRs to merge only when lint is successful.

arihantbansal avatar Aug 09 '22 17:08 arihantbansal

Great idea!

Can you pr Github Actions?

Eversmile12 avatar Aug 16 '22 11:08 Eversmile12

Currently working on a GitHub app that does some basic checks and deployment whenever a new PR is made 😄

cytronicoder avatar Aug 16 '22 13:08 cytronicoder