Skip to content

feat: update bot stable-diffusion 2.1, add stable-diffusion 1.5, sdxl #137

feat: update bot stable-diffusion 2.1, add stable-diffusion 1.5, sdxl

feat: update bot stable-diffusion 2.1, add stable-diffusion 1.5, sdxl #137

Workflow file for this run

name: Lint CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- name: Install
run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm run lint