mirror of
https://github.com/Retropex/umbrel-bitcoin.git
synced 2025-05-12 11:10:48 +02:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo "Checking style, apply linting!"
|
|
npm run lint -- .
|
|
|
|
make test
|