There was an error while loading. Please reload this page.
1 parent 4dc016e commit f8bbc83Copy full SHA for f8bbc83
.github/workflows/codesee-arch-diagram.yml
@@ -0,0 +1,23 @@
1
+# This workflow was added by CodeSee. Learn more at https://codesee.io/
2
+# This is v2.0 of this workflow file
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request_target:
8
+ types: [opened, synchronize, reopened]
9
+
10
+name: CodeSee
11
12
+permissions: read-all
13
14
+jobs:
15
+ codesee:
16
+ runs-on: ubuntu-latest
17
+ continue-on-error: true
18
+ name: Analyze the repo with CodeSee
19
+ steps:
20
+ - uses: Codesee-io/codesee-action@v2
21
+ with:
22
+ codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
23
+ codesee-url: https://app.codesee.io
0 commit comments