Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 26, 2024
1 parent b60fae5 commit ce3fc5c
Show file tree
Hide file tree
Showing 10 changed files with 264 additions and 94 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

tests-vite:
name: Run Javascript tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm

- name: Install dependencies
run: npm ci

- name: Run tests
run: |
npm run vitest
env:
CI: 'true'

# - name: Publish coverage report
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

prettier:
name: Check frontend code formatting with prettier
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"importOrder": ["^@/.*", "^((api-mocks|components|data|formio|hooks|map|story-utils|types)/(.*)|(api|api-mocks|cache|Context|errors|headers|i18n|sdk|sentry|types|utils))$", "^[./]"],
"importOrder": ["^((api-mocks|components|data|formio|hooks|map|story-utils|types)/(.*)|(api|api-mocks|cache|Context|errors|headers|i18n|sdk|sentry|types|utils))$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}
Loading

0 comments on commit ce3fc5c

Please sign in to comment.