mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
bunx --bun @biomejs/biome check --staged --files-ignore-unknown=true --no-errors-on-unmatched
|