Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/llm-tools/embedJs into conv…
Browse files Browse the repository at this point in the history
…ersation
  • Loading branch information
adhityan committed Jul 4, 2024
2 parents f986ade + e95a3d7 commit 970a77c
Show file tree
Hide file tree
Showing 13 changed files with 14,951 additions and 8,753 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto Assign Issue
on:
issues:
types: [opened]
jobs:
assign-author:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: adhityan
numOfAssignee: 1
19 changes: 0 additions & 19 deletions .github/workflows/auto-assign.yml

This file was deleted.

32 changes: 16 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Build

on:
pull_request:
branches: [ "main" ]
pull_request:
branches: ['main']

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]
strategy:
matrix:
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ web_modules/
.env.test.local
.env.production.local
.env.local
*.env

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down Expand Up @@ -126,4 +127,4 @@ out
.pnp.*

#Application specific
other/
other/
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
.github
Loading

0 comments on commit 970a77c

Please sign in to comment.