Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Nov 11, 2023
2 parents b851c49 + 73fbb1f commit 25607ed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/codesee-arch-diagram.yml
@@ -0,0 +1,22 @@
# 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 }}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
<i align="center">The digital toolbox for your analog RPGs. </i>
</p>

<p align="center">
<h4 align="center">
<a href="https://gm-companion.github.io/">
<img src="https://img.shields.io/badge/website-grey" alt="website">
</a>
Expand Down

0 comments on commit 25607ed

Please sign in to comment.