Skip to content

feat(friday): support to set client kwargs and generation kwargs in the friday setting page #67

feat(friday): support to set client kwargs and generation kwargs in the friday setting page

feat(friday): support to set client kwargs and generation kwargs in the friday setting page #67

Workflow file for this run

name: Run formatter on PR
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run formatter
run: npm run format