This repo contains GitHub Actions used by other Clear Treasury repos.
It's structured as a monorepo using the
workspaces feature
made available by npm v7.
Coming soon...
⚠️ NOTE: This repo makes use of npm workspaces which is a feature ofnpm v7. In order to contribute to this repo you'll need to install the latest beta version:npm i -g npm@7
- Clone this repo
- Run
npm installat the root - Once you've made your changes to an action,
cdinto its directory - Run
npm run allto build, lint, and run tests - Push your changes to kick of CI