Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 806 Bytes

File metadata and controls

25 lines (18 loc) · 806 Bytes

GitHub Actions

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.

Getting Started

Coming soon...

Contributing

⚠️ NOTE: This repo makes use of npm workspaces which is a feature of npm v7. In order to contribute to this repo you'll need to install the latest beta version: npm i -g npm@7

  1. Clone this repo
  2. Run npm install at the root
  3. Once you've made your changes to an action, cd into its directory
  4. Run npm run all to build, lint, and run tests
  5. Push your changes to kick of CI