Skip to content

Commit

Permalink
Debug format CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmota committed Feb 26, 2025
1 parent b0a1a0e commit f52238a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Run JuliaFormatter with Spaces
run: julia -e 'using JuliaFormatter; format(".")'

- name: Debug Secrets
run: echo "GH_PAT is set"
env:
GH_PAT: ${{ secrets.GH_PAT }}

- name: Commit formatted files (if needed)
run: |
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit f52238a

Please sign in to comment.