Skip to content

Commit

Permalink
Merge pull request #35 from dnnrly/codesee-arch-diagram-workflow-1700…
Browse files Browse the repository at this point in the history
…263603057

Install the CodeSee workflow.
  • Loading branch information
dnnrly committed Nov 17, 2023
2 parents 5f8467b + 28000b7 commit ac48664
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
@@ -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:
- master
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 ac48664

Please sign in to comment.