forked from hubblo-org/scaphandre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hubblo-org:main' into main
- Loading branch information
Showing
38 changed files
with
2,219 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
target/ | ||
|
||
docs_src/ | ||
|
||
.git | ||
|
||
.cache | ||
|
||
*.md | ||
|
||
*.jpg | ||
|
||
*.png | ||
|
||
*.svg | ||
|
||
book.toml | ||
|
||
helm/ | ||
|
||
docker-compose/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: hubblo-org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#name: Check changes in binary size | ||
# | ||
#on: | ||
# push: | ||
# branches: [ main ] | ||
# paths-ignore: | ||
# - 'docs_src/**' | ||
# - 'README.md' | ||
# - 'CHANGELOG.md' | ||
# - 'CITATION' | ||
# - 'book.toml' | ||
# pull_request: | ||
# branches: [ main ] | ||
# paths-ignore: | ||
# - 'docs_src/**' | ||
# - 'README.md' | ||
# - 'CHANGELOG.md' | ||
# - 'CITATION' | ||
# - 'book.toml' | ||
# | ||
#jobs: | ||
# bloat_test: | ||
# name: Cargo Fmt and Clippy - Linux | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout repository | ||
# uses: actions/checkout@v2 | ||
# - name: Run cargo bloat | ||
# uses: orf/cargo-bloat-action@v1 | ||
# with: | ||
# token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Please have a look at our [Contributing guide](https://hubblo-org.github.io/scaphandre-documentation/contributing.html) ! | ||
|
||
Or from the code repository directly : [contributing.md](docs_src/contributing.md). |
Oops, something went wrong.