From b3bf17dd8c76fe3cc9d1c9426f2e3c218ade4750 Mon Sep 17 00:00:00 2001 From: g6s Date: Thu, 19 Sep 2024 23:02:58 -0600 Subject: [PATCH] add CI --- .github/workflows/CI.yml | 21 +++++++++++++++++++++ CONTRIBUTING.md | 12 ++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/CI.yml diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..d90c17b --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,21 @@ +name: Tests +on: [push, pull_request] + +jobs: + check: + name: Foundry project + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + submodules: recursive + + - name: Install Foundry + uses: onbjerg/foundry-toolchain@v1 + with: + version: nightly + + - name: Install dependencies + run: forge install + - name: Run tests + run: forge test -vvv diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0696ed0..b3f6828 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -# Contributing to React Bando +# Contributing to Bando OS -🎉 Thank you for your interest in contributing to React Bando! 🎉 +🎉 Thank you for your interest in contributing to Bando OS! 🎉 We welcome contributions from everyone. By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). @@ -11,15 +11,15 @@ We welcome contributions from everyone. By participating in this project, you ag If you encounter a bug or issue with the project, please follow these steps: -1. Check the [existing issues](https://github.com/bandohq/react-bando/issues) to see if the issue has already been reported. -2. If it hasn't, [create a new issue](https://github.com/bandohq/react-bando/issues/new) with a descriptive title and detailed description of the problem, including steps to reproduce if possible. +1. Check the [existing issues](https://github.com/bandohq/create3-proxy/issues) to see if the issue has already been reported. +2. If it hasn't, [create a new issue](https://github.com/bandohq/create3-proxy/issues/new) with a descriptive title and detailed description of the problem, including steps to reproduce if possible. ### Suggesting Enhancements We welcome suggestions for how we can improve React Bando. If you have an idea for an enhancement, follow these steps: -1. Check the [existing issues](https://github.com/bandohq/react-bando/issues) to see if the enhancement has already been suggested. -2. If it hasn't, [create a new issue](https://github.com/bandohq/react-bando/issues/new) with a clear title and description of your enhancement idea. +1. Check the [existing issues](https://github.com/bandohq/create3-proxy/issues) to see if the enhancement has already been suggested. +2. If it hasn't, [create a new issue](https://github.com/bandohq/create3-proxy/issues/new) with a clear title and description of your enhancement idea. ### Pull Requests