Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgj committed Sep 20, 2024
1 parent fc890a4 commit b3bf17d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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

Expand Down

0 comments on commit b3bf17d

Please sign in to comment.