Skip to content

Commit

Permalink
Merge pull request #81 from ucudal/feature/toc
Browse files Browse the repository at this point in the history
Added search for — & replace action for non breaking hyphen
  • Loading branch information
fmachadopiriz authored Jul 16, 2024
2 parents 90758de + d1d1922 commit c559aa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ jobs:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
- name: "Find '—' and Replace with '‑'"
uses: jacobtomlinson/gha-find-replace@v3
with:
find: ""
replace: ""
include: "**.md"
regex: false

0 comments on commit c559aa0

Please sign in to comment.