Added backend linting job
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
fd6b3ed134
commit
3f5c0d038b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue