Skip to content

Commit

Permalink
cleanup: lint CI with configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira authored and skeptrunedev committed Aug 31, 2024
1 parent e1e301c commit 7b9aa38
Show file tree
Hide file tree
Showing 17 changed files with 355 additions and 386 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/component-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Search component test suite

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

on:
pull_request:
paths:
- "clients/search-component/**"

jobs:
build-test:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Running tests
run: yarn build --filter trieve-search-component
tests:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Running lint
working-directory: ./clients/search-component
run: yarn lint
2 changes: 0 additions & 2 deletions .github/workflows/ts-sdk-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy TS-SDK docs to github pages
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
Expand Down
42 changes: 0 additions & 42 deletions clients/search-component/.eslintrc.json

This file was deleted.

297 changes: 0 additions & 297 deletions clients/search-component/README copy.md

This file was deleted.

Loading

0 comments on commit 7b9aa38

Please sign in to comment.