Skip to content

Commit

Permalink
chore: add diffctx in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jul 24, 2023
1 parent 5fc3d5b commit 3034112
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,12 @@ jobs:
../srctx diff --before HEAD~5 --scip ./index.scip --outputHtml ../python.html --outputJson ../python.json
cd ..
cat ./python.json
- name: diffctx
uses: williamfzc/diffctx@v0.3.3
with:
lang: "golang"

# for creating comments
permissions:
pull-requests: write

0 comments on commit 3034112

Please sign in to comment.