Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Oct 2, 2024
1 parent 82591bb commit 336fde9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

- name: Coverage Badge
uses: tj-actions/[email protected]
with:
output: 'assets/coverage.svg'
- name: Coverage Badge
uses: tj-actions/[email protected]
with:
output: 'assets/coverage.svg'

- name: Verify Changed files
uses: tj-actions/[email protected]
id: verify-changed-files
with:
files: 'assets/coverage.svg'
- name: Verify Changed files
uses: tj-actions/[email protected]
id: verify-changed-files
with:
files: 'assets/coverage.svg'

# - name: Commit files
# if: steps.verify-changed-files.outputs.files_changed == 'true'
Expand Down

0 comments on commit 336fde9

Please sign in to comment.