Improve comments
This commit is contained in:
parent
02ec098283
commit
c462994af9
3 changed files with 9 additions and 5 deletions
|
|
@ -9,19 +9,19 @@ cargo fmt --all -- --check
|
|||
cargo machete
|
||||
cargo test --verbose
|
||||
|
||||
|
||||
echo "Running checks in frontend"
|
||||
cd ../frontend
|
||||
npm ci
|
||||
npm run build
|
||||
npm run lint
|
||||
npm run test
|
||||
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
git status --porcelain
|
||||
echo "Failing CI because the working directory is not clean after linting"
|
||||
exit 1
|
||||
fi
|
||||
npm run test
|
||||
|
||||
echo "Finished"
|
||||
echo "Success"
|
||||
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue