create-web3-dapp
create-web3-dapp copied to clipboard
Add GitHub Actions
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.
Great idea!
Can you pr Github Actions?
Currently working on a GitHub app that does some basic checks and deployment whenever a new PR is made 😄