-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install the CodeSee workflow. Learn more at https://docs.codesee.io
- Loading branch information
codesee-maps[bot]
authored
Aug 29, 2023
1 parent
712329a
commit e19d73c
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |