Skip to content

Add the labels feature (NSFW and AI bot labelling), user preference to toggle showing NSFW bots, and blurring of NSFW bot profile picture's in botCards #659

Add the labels feature (NSFW and AI bot labelling), user preference to toggle showing NSFW bots, and blurring of NSFW bot profile picture's in botCards

Add the labels feature (NSFW and AI bot labelling), user preference to toggle showing NSFW bots, and blurring of NSFW bot profile picture's in botCards #659

Workflow file for this run

name: Compile
on:
push:
branches:
- main
pull_request:
jobs:
node20:
name: node v22 - tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installs pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15.5
- uses: actions/setup-node@v4
with:
node-version: '22.14.0'
cache: 'pnpm'
- name: dependencies
run: pnpm i
- name: settings
run: cp settings.example.json settings.json
- name: tsc
uses: icrawl/action-tsc@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}