Skip to content

Commit 32535fd

Browse files
SaraVieiraskeptrunedev
authored andcommitted
cleanup: lint CI with configs
1 parent f928fcc commit 32535fd

17 files changed

+355
-386
lines changed

.github/workflows/component-tests.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Search component test suite
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
pull_request:
9+
paths:
10+
- "clients/search-component/**"
11+
12+
jobs:
13+
build-test:
14+
runs-on: blacksmith-2vcpu-ubuntu-2204
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Install dependencies
18+
run: yarn --frozen-lockfile
19+
- name: Running tests
20+
run: yarn build --filter trieve-search-component
21+
tests:
22+
runs-on: blacksmith-2vcpu-ubuntu-2204
23+
steps:
24+
- uses: actions/checkout@v4
25+
- name: Install dependencies
26+
run: yarn --frozen-lockfile
27+
- name: Running lint
28+
working-directory: ./clients/search-component
29+
run: yarn lint

.github/workflows/ts-sdk-gh-pages.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Deploy TS-SDK docs to github pages
33
on:
44
push:
55
branches: ["main"]
6-
pull_request:
7-
branches: ["main"]
86

97
jobs:
108
build:

clients/search-component/.eslintrc.json

-42
This file was deleted.

clients/search-component/README copy.md

-297
This file was deleted.

0 commit comments

Comments
 (0)