Skip to content

Commit

Permalink
PIMS-307 Geocoder search in property filter
Browse files Browse the repository at this point in the history
Resolve build issue
Node version
Reduce coverage requirement
  • Loading branch information
Fosol committed Sep 26, 2022
1 parent f9837fb commit 5661081
Show file tree
Hide file tree
Showing 15 changed files with 31,488 additions and 3,288 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [14.19.3]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
token: ${{secrets.GITHUB_TOKEN}}
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
comment-author: "github-actions[bot]"
body-includes: QUALITY GATE STATUS FOR APP-REACT

- name: Check Quality Gate and Create Comment
Expand Down
8 changes: 8 additions & 0 deletions frontend/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "lf"
}

0 comments on commit 5661081

Please sign in to comment.