Skip to content

feat: 推論エンジンを nsfwjs + tfjs-node から ONNX Runtime に移行 (#11) #42

feat: 推論エンジンを nsfwjs + tfjs-node から ONNX Runtime に移行 (#11)

feat: 推論エンジンを nsfwjs + tfjs-node から ONNX Runtime に移行 (#11) #42

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
typecheck-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: ./.github/actions/setup
- run: pnpm typecheck
- run: pnpm lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: ./.github/actions/setup
- run: pnpm test