Skip to content

Commit

Permalink
Install the CodeSee workflow. Learn more at https://docs.codesee.io
Browse files Browse the repository at this point in the history
  • Loading branch information
codesee-maps[bot] committed Dec 4, 2023
1 parent f6d04f2 commit 6eb9d9a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/codesee-arch-diagram.yml
@@ -0,0 +1,23 @@
# This workflow was added by CodeSee. Learn more at https://codesee.io/
# This is v2.0 of this workflow file
on:
push:
branches:
- main
pull_request_target:
types: [opened, synchronize, reopened]

name: CodeSee

permissions: read-all

jobs:
codesee:
runs-on: ubuntu-latest
continue-on-error: true
name: Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
codesee-url: https://app.codesee.io

0 comments on commit 6eb9d9a

Please sign in to comment.