Skip to content

Commit

Permalink
[chore]: checkout action added in dorny path filter check (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna authored May 31, 2024
1 parent c209c66 commit 4d52f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/i18nify-js-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
outputs:
modified: ${{ steps.filter.outputs.src }}
steps:
- name: Checkout Codebase
uses: actions/checkout@v3
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/i18nify-js/src/modules/currency/formatNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { withErrorBoundary } from '../../common/errorBoundary';
import { getIntlInstanceWithOptions } from '../.internal/utils';
import { CurrencyCodeType, I18nifyNumberFormatOptions } from './types';

/* this function formats number based on different arguments passed */
// this function formats number based on different arguments passed
const formatNumber = (
amount: string | number,
options: {
Expand Down

0 comments on commit 4d52f92

Please sign in to comment.