Skip to content

Commit

Permalink
Merge pull request #3 from centminmod/codesee-arch-diagram-workflow-1…
Browse files Browse the repository at this point in the history
…689454746433

Install the CodeSee workflow.
  • Loading branch information
centminmod committed Jul 15, 2023
2 parents eb64ec9 + ecc1a36 commit ec67c56
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 ec67c56

Please sign in to comment.