Added backend linting job
continuous-integration/drone the build was successful Details

pull/62/head
Jef Roosens 2021-05-01 21:40:46 +02:00
parent fd6b3ed134
commit 3f5c0d038b
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ pipeline:
- cd web
- 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
# test-backend:
# image: chewingbever/fej-builder:latest

View File