mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
Merge branch 'feat/headless-widget' of https://github.com/dograh-hq/dograh into feat/headless-widget
This commit is contained in:
commit
85dd2f915b
36 changed files with 1063 additions and 250 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ruff check api --select I --select F401 --fix
|
||||
ruff format api
|
||||
|
||||
(cd ui && npm run fix-lint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue