Skip to content

Commit

Permalink
feat: support dollar sign cleaning on copy=full (#210)
Browse files Browse the repository at this point in the history
Provides support for `FullText` removal of `$` and `>>` when found
maintaining format.

Unit tests are also provided and a cleanup in the structure so we have a
place for our own
scripts and custom logic.

The directory `functions` will be used to store our custom logic so we
can easily find it and import it into tests. Tests are executed now as
part of our CI process, to run tests
locally one can run `npm run test`.
  • Loading branch information
EstebanBorai authored Aug 21, 2024
1 parent 225ee74 commit 8f9f93e
Show file tree
Hide file tree
Showing 7 changed files with 1,332 additions and 66 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ jobs:
NODE_ENV: production
run: npm run build

- name: Runs Tests
env:
NODE_ENV: production
run: npm run test

# trial use, enabling error on broken link
- name: Check internal links
uses: untitaker/hyperlink@0.1.32
with:
args: ./build --check-anchors
# continue-on-error: true

Loading

0 comments on commit 8f9f93e

Please sign in to comment.