Skip to content

Commit

Permalink
Merge pull request #5 from MatrixAI/feature-native
Browse files Browse the repository at this point in the history
Demonstrating Native Addons
  • Loading branch information
CMCDragonkai authored May 23, 2022
2 parents 758a9d2 + ed184b2 commit 491e6e3
Show file tree
Hide file tree
Showing 26 changed files with 2,745 additions and 672 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,19 @@ jobs:
with:
ruby-version: '3.0'

# CodeSee Maps Rust support uses a static binary so there's no setup step required.
# We need the rust toolchain because it uses rustc and cargo to inspect the package
- name: Configure Rust 1.x stable
uses: actions-rs/toolchain@v1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).rust }}
with:
toolchain: stable

- name: Generate Map
id: generate-map
uses: Codesee-io/codesee-map-action@latest
with:
step: map
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}
languages: ${{ steps.detect-languages.outputs.languages }}

Expand All @@ -71,7 +77,7 @@ jobs:
step: mapUpload
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}

- name: Insights
id: insights
uses: Codesee-io/codesee-map-action@latest
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
/dist
.env*
!.env.example
# nix
/result*
/builds
# node-gyp
/build
# prebuildify
/prebuilds

# Logs
logs
Expand Down
Loading

0 comments on commit 491e6e3

Please sign in to comment.