Skip to content

Merge pull request #22 from Serchinastico/remote-llms #22

Merge pull request #22 from Serchinastico/remote-llms

Merge pull request #22 from Serchinastico/remote-llms #22

Workflow file for this run

# test
name: test and lint
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test