Skip to content

Vite build fixes, DRYer operator types, and npm package #423

Vite build fixes, DRYer operator types, and npm package

Vite build fixes, DRYer operator types, and npm package #423

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check . --config=.ruff.toml"