Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Dec 10, 2023
1 parent cbdb71f commit e6e5204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
cd circuits
GATES=$(nargo info)
gh pr comment $PR_NUMBER --body "```$GATES```"
gh pr comment $PR_NUMBER --body "<pre>$GATES</pre>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}

0 comments on commit e6e5204

Please sign in to comment.