Added backend linting job
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
fd6b3ed134
commit
3f5c0d038b
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ pipeline:
|
||||||
- cd web
|
- cd web
|
||||||
- yarn run lint
|
- yarn run lint
|
||||||
|
|
||||||
|
# This doesn't require compiling anything
|
||||||
|
lint-backend:
|
||||||
|
image: chewingbever/fej-builder:latest
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- cargo fmt -- --check
|
||||||
|
|
||||||
# Backend cicd jobs are disabled until we can figure out a way to cache stuff
|
# Backend cicd jobs are disabled until we can figure out a way to cache stuff
|
||||||
# test-backend:
|
# test-backend:
|
||||||
# image: chewingbever/fej-builder:latest
|
# image: chewingbever/fej-builder:latest
|
||||||
|
|
|
||||||
Reference in a new issue