Skip to content

Commit

Permalink
Added search for — & replace action for non breaking hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
fmachadopiriz committed Jul 16, 2024
1 parent 90758de commit d1d1922
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 d1d1922

Please sign in to comment.