Skip to content

Commit

Permalink
Merge pull request #11 from tomii9273/debug_ga
Browse files Browse the repository at this point in the history
add debug jobs
  • Loading branch information
tomii9273 committed Apr 12, 2024
2 parents 5911657 + ba767db commit 59b925f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_math_formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
timeout-minutes: 1
steps:
- uses: actions/checkout@v3

- name: List files in the src directory
run: ls -la src/

- name: Display the content of README.md
run: cat src/README.md

- name: Check
run: |
echo "start"
Expand Down

0 comments on commit 59b925f

Please sign in to comment.