Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
R
Rūdolfs Ošiņš
Implement repo home page
CI — 1 passed, 0 failed
z6Mkv4cJ...8KSb success
1 year ago bb38192b7ec44ce248c5dd41f1155b5af2e9b7d6 History
radicle-desktop scripts check-js
#!/bin/sh
set -e

npx tsc --noEmit
npx svelte-check --tsconfig tsconfig.json --fail-on-warnings --compiler-warnings options_missing_custom_element:ignore
npx eslint --cache --cache-location node_modules/.cache/eslint --max-warnings 0 .
npx prettier "**/*.@(ts|js|svelte|json|css|html|yml)" "!crates/**/*" --ignore-path .gitignore --check --cache