diff --git a/.woodpecker.yml b/.woodpecker.yml index 9e9f12c..bb42d39 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/migrations/.gitkeep b/migrations/.gitkeep deleted file mode 100644 index e69de29..0000000